source local bashrc
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
if [ -f ~/.bashrc ]; then
|
||||
source ~/.bashrc
|
||||
fi
|
||||
if [ -f ~/.bashrc_local ]; then
|
||||
source ~/.bashrc_local
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user