.
This commit is contained in:
@ -1,18 +1,20 @@
|
|||||||
if [ -f /zz/zShared/shared/bashrc ]
|
# If not running interactively, don't do anything and return early
|
||||||
then
|
[[ $- == *i* ]] || return
|
||||||
. /zz/zShared/shared/bashrc
|
# if [ -f /zz/zShared/shared/bashrc ]
|
||||||
fi
|
# then
|
||||||
|
# . /zz/zShared/shared/bashrc
|
||||||
|
# fi
|
||||||
|
|
||||||
if [ -f /zz/zPrivate/secrets/bashrc ]
|
# if [ -f /zz/zPrivate/secrets/bashrc ]
|
||||||
then
|
# then
|
||||||
. /zz/zPrivate/secrets/bashrc
|
# . /zz/zPrivate/secrets/bashrc
|
||||||
else
|
# else
|
||||||
if [ -f /zz/Syno/secrets/bashrc ]
|
# if [ -f /zz/Syno/secrets/bashrc ]
|
||||||
then
|
# then
|
||||||
. /zz/zSyno/secrets/bashrc
|
# . /zz/zSyno/secrets/bashrc
|
||||||
else
|
# else
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
fi
|
fi
|
||||||
fi
|
# fi
|
||||||
fi
|
# fi
|
||||||
|
|||||||
Reference in New Issue
Block a user