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