diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 01:57:03 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 01:57:03 -0400 |
commit | 3d495ba0b5c148b3d1d55cb3ad1004d1bf08841d (patch) | |
tree | 836dd72a1143d91aac29b0594a04a309496dad00 /home-config/bashrc | |
parent | 232a9f91d237df4741078e2cf2322e49fb1ddf06 (diff) |
many changes, mostly migrations to using shepherd home services
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) |