.
This commit is contained in:
@ -1,15 +1,15 @@
|
|||||||
if [ -f /zz/zShared/shared/bashrc ]
|
if [ -f /zz/zShared/shared/bashrc ]
|
||||||
then
|
then
|
||||||
source /zz/zShared/shared/bashrc
|
. /zz/zShared/shared/bashrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /zz/zPrivate/secrets/bashrc ]
|
if [ -f /zz/zPrivate/secrets/bashrc ]
|
||||||
then
|
then
|
||||||
source /zz/zPrivate/secrets/bashrc
|
. /zz/zPrivate/secrets/bashrc
|
||||||
else
|
else
|
||||||
if [ -f /zz/Syno/secrets/bashrc ]
|
if [ -f /zz/Syno/secrets/bashrc ]
|
||||||
then
|
then
|
||||||
source /zz/Syno/secrets/bashrc
|
. /zz/zSyno/secrets/bashrc
|
||||||
else
|
else
|
||||||
if [ -f ~/.bashrc ]; then
|
if [ -f ~/.bashrc ]; then
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user