diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -87,8 +87,8 @@ source /usr/share/fzf/key-bindings.bash source /usr/share/fzf/completion.bash # gpg -export=GPG_TTY="$(tty)" -export=SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" +export GPG_TTY="$(tty)" +export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" gpgconf --launch gpg-agent # bind '"\C-r": "\C-x1\e^\er"' |