mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
added gpg stuff
This commit is contained in:
parent
a9548c160c
commit
9d957ab52a
@ -1 +1,2 @@
|
|||||||
|
SSH_AGENT_PID DEFAULT=
|
||||||
SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
|
SSH_AUTH_SOCK DEFAULT="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 67dad45b38b7f0bafcaf7679da6eb4596301843b
|
Subproject commit ff5629e60b815b3c21ef216d5ba5943932589758
|
@ -85,4 +85,10 @@ source $ZSH/oh-my-zsh.sh
|
|||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Set GPG TTY
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
# Refresh gpg-agent tty in case user switches into an X session
|
||||||
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
|
|
||||||
neofetch
|
neofetch
|
||||||
|
Loading…
Reference in New Issue
Block a user