summaryrefslogtreecommitdiff
path: root/.bash_profile
blob: e14bd96967ef2716445e1131b7c72fe1674222e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# getchoo's bash_profile
#


# add user's bin directory to path
if [ -d "$HOME/.local/bin" ]
then
  export PATH="$HOME/.local/bin:$PATH"
fi

source "$HOME/.config/shell/profile"