bash changes
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user