Update .bash_profile
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
echo "Loading bash profile"
|
|
||||||
|
|
||||||
# Load .profile, containing login, non-bash related initializations.
|
# Load .profile, containing login, non-bash related initializations.
|
||||||
source "$HOME/.profile"
|
[-f "$HOME/.profile"] && source "$HOME/.profile"
|
||||||
|
|
||||||
# Load .bashrc, containing non-login related bash initializations.
|
# Load .bashrc, containing non-login related bash initializations.
|
||||||
source "$HOME/.bashrc"
|
[-f "$HOME/.bashrc"] && source "$HOME/.bashrc"
|
||||||
|
|
||||||
|
|
||||||
# References:
|
# References:
|
||||||
|
|||||||
Reference in New Issue
Block a user