blob: 4bc33260c4756f49034970786e5f4ac31f865ad3 (
plain)
1
2
3
4
5
6
7
|
# .bash_profile
# Get the aliases and functions
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
[ -f "$HOME/.profile" ] && . "$HOME/.profile"
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
|