Fix the bashrc inclusions
This commit is contained in:
parent
19462d9aa7
commit
df27a9abf8
4
.bashrc
4
.bashrc
|
@ -93,5 +93,7 @@ export GIT_SSH_COMMAND="$(which ssh) -o RemoteCommand=none"
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Include deployed bash config
|
# Include deployed bash config
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
source ~/.bashrc.d/* 2>/dev/null
|
for include in ~/.bashrc.d/*; do
|
||||||
|
source ${include}
|
||||||
|
done
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue