Skip to content

Commit

Permalink
Merge pull request #4 from arron-green/bash_profile
Browse files Browse the repository at this point in the history
update bash_profile
  • Loading branch information
arron-green authored Oct 26, 2021
2 parents 692ca83 + 2f66412 commit e99f2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# adding this here since profile wont be sourced if ~/.bash_profile exists
[ -e $HOME/.profile ] && source $HOME/.profile

if [ -e /Users/arrongreen/.nix-profile/etc/profile.d/nix.sh ]; then . /Users/arrongreen/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer

0 comments on commit e99f2d4

Please sign in to comment.