1
0
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:
Daniel Carrillo 2025-01-26 13:29:17 +01:00
parent f94d9566df
commit bbe971d799
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
2 changed files with 1 additions and 6 deletions

View File

@ -35,6 +35,7 @@ zstyle ':prezto:load' pmodule \
'syntax-highlighting' \
'python' \
'git' \
'ssh' \
'aws' \
'fzf-tab' \
'zsh-z'

6
.zshrc
View File

@ -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)"