aboutsummaryrefslogtreecommitdiff
path: root/store/config/home/bash_profile
blob: 92375ee63d15882ba19976ead08433dba958cbff (plain)
1
2
3
4
5
if [ -r ~/.profile ]; then . ~/.profile; fi

export PATH="$HOME/.local/bin:$PATH"

case "$-" in *i*) if [ -r ~/.bashrc ]; then . ~/.bashrc; fi;; esac