aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorjason2020-10-24 10:30:18 -0600
committerjason2020-10-24 10:30:18 -0600
commitada67bf93ae13d947f4d2370fb943ddb74076ac2 (patch)
tree46e8558faa14e143b8bb6ec4972f17ec0ea6aede /bash
parentabec8bfa24d4f00c124277d594e9b403fd3c65e5 (diff)
downloaddotfiles-ada67bf93ae13d947f4d2370fb943ddb74076ac2.tar.gz
dotfiles-ada67bf93ae13d947f4d2370fb943ddb74076ac2.zip
add config for os x to set gpg ssh sock env var
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index ed3722c..1d61ecd 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -35,7 +35,7 @@ export MOZ_USE_XINPUT2=1
35 35
36# GPG ssh key 36# GPG ssh key
37#export GPG_TTY=$(tty) 37#export GPG_TTY=$(tty)
38#export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" 38export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
39 39
40# Enable direnv (https://github.com/direnv/direnv/) 40# Enable direnv (https://github.com/direnv/direnv/)
41DIRENV=`which direnv` 41DIRENV=`which direnv`