diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/dot-zimrc (renamed from zsh/zimrc) | 0 | ||||
| -rw-r--r-- | zsh/dot-zshrc (renamed from zsh/zshrc) | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zimrc b/zsh/dot-zimrc index 2a2bb68..2a2bb68 100644 --- a/zsh/zimrc +++ b/zsh/dot-zimrc diff --git a/zsh/zshrc b/zsh/dot-zshrc index a28e0e6..d116b4a 100644 --- a/zsh/zshrc +++ b/zsh/dot-zshrc @@ -218,5 +218,8 @@ export PATH=$HOME/.local/bin:$PATH [ -f "$HOME/.zshrc.local" ] && source "$HOME/.zshrc.local" [ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" +[ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && source "$HOME/.nix-profile/etc/profile.d/nix.sh" + +eval "$(direnv hook zsh)" cd $HOME |
