0.1.0 Initial Commit

This commit is contained in:
2020-09-29 23:22:33 +02:00
commit d5c2147ed1
765 changed files with 131666 additions and 0 deletions

6
.bashrc Normal file
View File

@@ -0,0 +1,6 @@
if [ -n "$PS1" ]
then
source ~/.bash_profile;
else
[ -r ~/.path ] && [ -f ~/.path ] && source ~/.path;
fi