Update dot_zshrc

This commit is contained in:
eeleater 2021-11-03 07:12:17 +01:00
parent e858e0bfda
commit 68da022ec7

View file

@ -9,6 +9,10 @@ zstyle ':z4h:fzf-complete' recurse-dirs 'no'
# automatic teleportation of z4h to ssh (yes, no) example: zstyle ':z4h:ssh:example-hostname1' enable 'yes' # automatic teleportation of z4h to ssh (yes, no) example: zstyle ':z4h:ssh:example-hostname1' 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 install ohmyzsh/ohmyzsh || return z4h install ohmyzsh/ohmyzsh || return
z4h install urbainvaes/fzf-marks || return z4h install urbainvaes/fzf-marks || return
z4h install mroth/evalcache || return z4h install mroth/evalcache || return