|
|
|
@ -21,8 +21,7 @@ if command -v direnv &> /dev/null; then
|
|
|
|
|
eval "$(direnv hook zsh)"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi
|
|
|
|
|
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/etc/profile.d/nix.sh; fi # added by Nix installer
|
|
|
|
|
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
|
|
|
|
if [ -e $HOME/.cargo/env ]; then . "$HOME/.cargo/env"; fi
|
|
|
|
|
|
|
|
|
|
export PATH="$HOME/.dotfiles/bin:$HOME/.local/bin:$PATH"
|
|
|
|
|