Initial commit

This commit is contained in:
2018-10-18 12:33:31 +08:00
commit e3bcaeaaf2
9 changed files with 338 additions and 0 deletions

9
skel/.bash_profile Normal file
View File

@@ -0,0 +1,9 @@
# bash profile
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
source "$HOME/.profile"