Initial commit
This commit is contained in:
9
skel/.bash_profile
Normal file
9
skel/.bash_profile
Normal 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"
|
||||
Reference in New Issue
Block a user