config/zsh: load nix

This commit is contained in:
xerus2000 2021-02-18 11:58:28 +01:00
parent 73f38447a7
commit 8ced2187e5
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ test -d /usr/share/fzf && source /usr/share/fzf/key-bindings.zsh && source /usr/
test -f $XDG_CONFIG_HOME/broot/launcher/bash/br && source $XDG_CONFIG_HOME/broot/launcher/bash/br test -f $XDG_CONFIG_HOME/broot/launcher/bash/br && source $XDG_CONFIG_HOME/broot/launcher/bash/br
# Nix
test -e /home/janek/.nix-profile/etc/profile.d/nix.sh && source /home/janek/.nix-profile/etc/profile.d/nix.sh
which direnv >/dev/null && eval "$(direnv hook zsh)" which direnv >/dev/null && eval "$(direnv hook zsh)"
true true