mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-02-22 16:47:58 +00:00
[zsh] Use prezto ssh plugin instead of .zshrc
This commit is contained in:
parent
f94d9566df
commit
bbe971d799
@ -35,6 +35,7 @@ zstyle ':prezto:load' pmodule \
|
||||
'syntax-highlighting' \
|
||||
'python' \
|
||||
'git' \
|
||||
'ssh' \
|
||||
'aws' \
|
||||
'fzf-tab' \
|
||||
'zsh-z'
|
||||
|
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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user