This commit is contained in:
USER
2023-09-24 15:40:17 +01:00
parent dedb7ab1fa
commit 60504dca32
2 changed files with 254 additions and 1 deletions

View File

@ -1,3 +1,8 @@
if [ -f /zz/zShared/shared/bashrc ]
then
source /zz/zShared/shared/bashrc
fi
if [ -f /zz/zPrivate/secrets/bashrc ]
then
source /zz/zPrivate/secrets/bashrc
@ -10,4 +15,4 @@ else
source ~/.bashrc
fi
fi
fi
fi