diff options
| author | jason | 2020-10-24 10:30:18 -0600 |
|---|---|---|
| committer | jason | 2020-10-24 10:30:18 -0600 |
| commit | ada67bf93ae13d947f4d2370fb943ddb74076ac2 (patch) | |
| tree | 46e8558faa14e143b8bb6ec4972f17ec0ea6aede /bash | |
| parent | abec8bfa24d4f00c124277d594e9b403fd3c65e5 (diff) | |
| download | dotfiles-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/.bashrc | 2 |
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)" | 38 | export 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/) |
| 41 | DIRENV=`which direnv` | 41 | DIRENV=`which direnv` |