some tweaks
parent
5c906df1d5
commit
75636ee8f5
@ -1,3 +1,7 @@
|
||||
if [[ -f "$HOME/.bashrc" ]]; then
|
||||
. "$HOME/.bashrc"
|
||||
source "$HOME/.bashrc"
|
||||
fi
|
||||
|
||||
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
|
||||
source "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||||
fi # added by Nix installer
|
||||
|
Loading…
Reference in New Issue