diff options
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" |
