mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-02-22 22:28:00 +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' \
|
'syntax-highlighting' \
|
||||||
'python' \
|
'python' \
|
||||||
'git' \
|
'git' \
|
||||||
|
'ssh' \
|
||||||
'aws' \
|
'aws' \
|
||||||
'fzf-tab' \
|
'fzf-tab' \
|
||||||
'zsh-z'
|
'zsh-z'
|
||||||
|
6
.zshrc
6
.zshrc
@ -154,12 +154,6 @@ bindkey '^P' fzf-file-widget
|
|||||||
zle -N fzf-file-widget-hidden
|
zle -N fzf-file-widget-hidden
|
||||||
bindkey '^H' 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
|
## direnv
|
||||||
|
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user