diff options
| author | Xian Wang <dev@xianwang.io> | 2022-02-14 21:15:01 -0800 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2022-02-14 21:15:01 -0800 |
| commit | a43db61537748cbef6b689295eb922e1e79b7020 (patch) | |
| tree | 1b829f8dd2c5352096d0299f0e78dfb2257fcfec /zshrc | |
| parent | 09c783699553c6219c445f111be3b30aee9ee85e (diff) | |
| download | dotfiles-a43db61537748cbef6b689295eb922e1e79b7020.tar.gz dotfiles-a43db61537748cbef6b689295eb922e1e79b7020.tar.bz2 dotfiles-a43db61537748cbef6b689295eb922e1e79b7020.zip | |
gpg-agent: move gpg-agent to plasma and out of shell rc
Diffstat (limited to 'zshrc')
| -rw-r--r-- | zshrc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -31,14 +31,6 @@ fi export PS1='$user_prompt@%M %F{cyan}%2~%f ${vcs_info_msg_0_}%(?..%F{red}[%?]%f )%# ' -if [ ! -f $HOME/server ] && [ ! $UID -eq 0 ]; then - export GPG_TTY="$(tty)" - export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) - gpgconf --launch gpg-agent - gpg-connect-agent updatestartuptty /bye > /dev/null - gpg-connect-agent "scd serialno" "learn --force" /bye > /dev/null -fi - alias l="ls -lah" alias ll="ls -lh" alias okular="setsid okular" |
