summaryrefslogtreecommitdiff
path: root/home-config/bashrc
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 01:57:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 01:57:03 -0400
commit3d495ba0b5c148b3d1d55cb3ad1004d1bf08841d (patch)
tree836dd72a1143d91aac29b0594a04a309496dad00 /home-config/bashrc
parent232a9f91d237df4741078e2cf2322e49fb1ddf06 (diff)
many changes, mostly migrations to using shepherd home services
Diffstat (limited to 'home-config/bashrc')
-rw-r--r--home-config/bashrc4
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'
41export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share 41export 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
44export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) 44#export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
45gpgconf --launch gpg-agent 45#gpgconf --launch gpg-agent
46export GPG_TTY=$(tty) 46export GPG_TTY=$(tty)