diff options
author | Aaron LI <aly@aaronly.me> | 2018-01-13 11:21:52 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-01-13 11:21:52 +0800 |
commit | fb1a24bb8c0d8afde367cfa8b536510c1eb0f132 (patch) | |
tree | 26311e779cb0051236945caaec7c277410e773f8 /_profile | |
parent | 4fffe7fdb66a65f6e4b1efe9c457ba663b30acbe (diff) | |
download | dotfiles-fb1a24bb8c0d8afde367cfa8b536510c1eb0f132.tar.bz2 |
zsh: launch gpg-agent only on non-ssh logins
Diffstat (limited to '_profile')
-rw-r--r-- | _profile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -88,11 +88,6 @@ export VISUAL="${EDITOR}" export PAGER="less" export LESS="--ignore-case --raw-control-chars" -## Start `gpg-agent' if it is not running -if ! _running gpg-agent; then - gpgconf --launch gpg-agent -fi - PROFILE_SOURCED=yes # EOF |