Add user .bashrc and .bash_profile files and slightly modified the system bashrc
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# ~/.bash_profile
|
||||
|
||||
# Source user .bashrc if it exists
|
||||
[ -f $HOME/.bashrc ] && source $HOME/.bashrc
|
||||
Reference in New Issue
Block a user