diff options
Diffstat (limited to 'host-ap-spotcap.local')
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local index f6881be2..55a6031d 100644 --- a/host-ap-spotcap.local/config/zsh/zshenv.local +++ b/host-ap-spotcap.local/config/zsh/zshenv.local @@ -1,5 +1,5 @@ # -*- mode: sh; -*- if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] then - . $HOME/.nix-profile/etc/profile.d/nix.sh; + . $HOME/.nix-profile/etc/profile.d/nix.sh; fi |