diff options
Diffstat (limited to 'store/config/home/bash_profile')
-rw-r--r-- | store/config/home/bash_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/store/config/home/bash_profile b/store/config/home/bash_profile index b65f405..92375ee 100644 --- a/store/config/home/bash_profile +++ b/store/config/home/bash_profile @@ -1 +1,5 @@ +if [ -r ~/.profile ]; then . ~/.profile; fi + export PATH="$HOME/.local/bin:$PATH" + +case "$-" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac |