Update dot_zshrc

This commit is contained in:
eeleater 2021-09-21 22:10:50 +02:00
parent bf0063dbb9
commit 97368a9c5b

View file

@ -14,6 +14,7 @@ zstyle ':z4h:ssh:*' enable '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
z4h iinstall MichaelAquilina/zsh-you-should-use || return
# install or update core components and initialize zsh. no network stuff after here # install or update core components and initialize zsh. no network stuff after here
z4h init || return z4h init || return