mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-03 13:29:24 +00:00
[zsh] Use prezto ssh plugin instead of .zshrc
This commit is contained in:
6
.zshrc
6
.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)"
|
||||
|
Reference in New Issue
Block a user