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