diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:30:52 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-30 15:30:52 +0100 |
commit | 1f4bc64501bb684be463b40502cf2bd8777f26c7 (patch) | |
tree | dcb5c86e211ea6f18f097f3cf8c7ced9fdf29db6 | |
parent | a76a7b5ec00a9faeb73b5b114d30b144d3466690 (diff) |
Fixed massive error exporting env variable
-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"' |