this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

zsh: load nix conditionally

Seth Etter 0940e5a2 539e67b4

+2 -2
+2 -2
zsh/zshenv
··· 104 104 export PATH="$HOME/.local/bin:$PATH" 105 105 106 106 [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env" 107 - 108 - [ -f "$HOME/code/zapier/personal-utils.sh" ] && source "$HOME/code/zapier/personal-utils.sh" 107 + [ -f "$HOME/code/zapier/personal-utils.sh" ] && source $HOME/code/zapier/personal-utils.sh 108 + [ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && source $HOME/.nix-profile/etc/profile.d/nix.sh