Update dot_zshrc

This commit is contained in:
Nikolas Weger 2021-08-17 16:29:22 +02:00
parent 12803d20f6
commit 26b537bad0

View file

@ -4,6 +4,8 @@
# #
# Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md # Documentation: https://github.com/romkatv/zsh4humans/blob/v5/README.md
fpath+=(/nix/var/nix/profiles/per-user/weger/profile/share/zsh/site-functions)
zstyle ':z4h:' auto-update 'no' zstyle ':z4h:' auto-update 'no'
zstyle ':z4h:' auto-update-days '28' zstyle ':z4h:' auto-update-days '28'
@ -25,7 +27,6 @@ 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 jreese/zsh-titles || return
z4h install mroth/evalcache || return z4h install mroth/evalcache || return
# Install or update core components (fzf, zsh-autosuggestions, etc.) and # Install or update core components (fzf, zsh-autosuggestions, etc.) and