diff options
Diffstat (limited to 'dot_bash_profile')
-rw-r--r-- | dot_bash_profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_bash_profile b/dot_bash_profile index 6687221..4bc3326 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -3,4 +3,5 @@ # Get the aliases and functions [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" [ -f "$HOME/.profile" ] && . "$HOME/.profile" -. "$HOME/.cargo/env" + +if [ -e /home/mas/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mas/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer |