This commit is contained in:
USER
2024-08-20 22:35:24 +01:00
parent e71cc926d7
commit 8302f5f82c

View File

@ -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