diff options
Diffstat (limited to 'home-config/bashrc')
-rw-r--r-- | home-config/bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index 6d22d87..f52ed48 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -41,6 +41,6 @@ alias cat='bat --paging=never' | |||
41 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 41 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share |
42 | 42 | ||
43 | # GPG SETUP FOR SSH | 43 | # GPG SETUP FOR SSH |
44 | export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) | 44 | #export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) |
45 | gpgconf --launch gpg-agent | 45 | #gpgconf --launch gpg-agent |
46 | export GPG_TTY=$(tty) | 46 | export GPG_TTY=$(tty) |