bash changes

This commit is contained in:
USER
2023-09-24 13:20:58 +01:00
parent 5b59ddb94c
commit dedb7ab1fa
2 changed files with 13 additions and 499 deletions

View File

@ -1,4 +1,13 @@
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
if [ -f /zz/zPrivate/secrets/bashrc ]
then
source /zz/zPrivate/secrets/bashrc
else
if [ -f /zz/Syno/secrets/bashrc ]
then
source /zz/Syno/secrets/bashrc
else
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
fi
fi