diff options
Diffstat (limited to 'conf/skel/.bash_profile')
-rw-r--r-- | conf/skel/.bash_profile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/skel/.bash_profile b/conf/skel/.bash_profile new file mode 100644 index 0000000..9ea6954 --- /dev/null +++ b/conf/skel/.bash_profile @@ -0,0 +1,8 @@ +#!/bin/bash +if [ -f ~/.profile ]; then + source ~/.profile +fi + +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi |