Hi folks.
I'm trying to set some root aliases in .bash_profile, but they are not loading when I
I'm not sure which one I should enter this into:
Any insight appreciated.
Cheers
I'm trying to set some root aliases in .bash_profile, but they are not loading when I
sudo su
. So, that file isn't being loaded, even though I'm in the bash shell. In ~ I have the following options so far:
Code:
-rw------- 1 root wheel 797 Dec 26 12:42 .bash_history
-rw-r--r-- 1 root wheel 848 Dec 26 10:58 .bash_profile
-rw-r--r-- 2 root wheel 966 Nov 11 2014 .cshrc
-rw-r--r-- 1 root wheel 149 Nov 11 2014 .k5login
-rw-r--r-- 1 root wheel 297 Nov 11 2014 .login
-rw-r--r-- 2 root wheel 257 Dec 26 12:42 .profile
I'm not sure which one I should enter this into:
source ~/.bash_profile
Any insight appreciated.
Cheers