Update dot_zshrc

This commit is contained in:
eeleater 2022-09-29 17:46:46 +02:00
parent 8bff755d17
commit 1c4e72db11

View file

@ -9,12 +9,6 @@ zstyle ':z4h:fzf-complete' recurse-dirs 'no'
# automatic teleportation of z4h to ssh (yes, no) example: zstyle ':z4h:ssh:pxm' enable 'yes' # automatic teleportation of z4h to ssh (yes, no) example: zstyle ':z4h:ssh:pxm' enable 'yes'
zstyle ':z4h:ssh:*' enable 'no' zstyle ':z4h:ssh:*' enable 'no'
# direnv enable
zstyle ':z4h:direnv' enable 'yes'
zstyle ':z4h:direnv:success' notify 'no'
z4h source -c $HOME/.config/local/rc.zsh
# install plugins # install plugins
z4h install ohmyzsh/ohmyzsh || return z4h install ohmyzsh/ohmyzsh || return
z4h install urbainvaes/fzf-marks || return z4h install urbainvaes/fzf-marks || return