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