fixed sourcing of .bashrc in .bash_profile
This commit is contained in:
@@ -2,4 +2,6 @@
|
|||||||
# ~/.bash_profile
|
# ~/.bash_profile
|
||||||
#
|
#
|
||||||
|
|
||||||
source "~/.bashrc"
|
if [[ -n "$USER" ]]; then
|
||||||
|
source "/home/$USER/.bashrc"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user