summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc8
1 files changed, 0 insertions, 8 deletions
diff --git a/zshrc b/zshrc
index c9ed37a..eb6990e 100644
--- a/zshrc
+++ b/zshrc
@@ -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"