aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-30 15:30:52 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-30 15:30:52 +0100
commit1f4bc64501bb684be463b40502cf2bd8777f26c7 (patch)
treedcb5c86e211ea6f18f097f3cf8c7ced9fdf29db6
parenta76a7b5ec00a9faeb73b5b114d30b144d3466690 (diff)
Fixed massive error exporting env variable
-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"'