diff --git a/.zpreztorc b/.zpreztorc index 90639d0..ef366fd 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -35,6 +35,7 @@ zstyle ':prezto:load' pmodule \ 'syntax-highlighting' \ 'python' \ 'git' \ + 'ssh' \ 'aws' \ 'fzf-tab' \ 'zsh-z' diff --git a/.zshrc b/.zshrc index 47f5440..c271350 100644 --- a/.zshrc +++ b/.zshrc @@ -154,12 +154,6 @@ bindkey '^P' fzf-file-widget zle -N fzf-file-widget-hidden bindkey '^H' fzf-file-widget-hidden -## SSH agent - -if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then - export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" -fi - ## direnv eval "$(direnv hook zsh)"