diff --git a/dot_zshrc b/dot_zshrc index a7ce0b8..5bfe560 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -4,6 +4,8 @@ # # 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-days '28' @@ -25,7 +27,6 @@ zstyle ':z4h:ssh:*' enable 'no' z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return -z4h install jreese/zsh-titles || return z4h install mroth/evalcache || return # Install or update core components (fzf, zsh-autosuggestions, etc.) and