aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index d0e0364..66de5e0 100644
--- a/bashrc
+++ b/bashrc
@@ -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"'