diff --git a/.bash_profile b/.bash_profile index c1614b3..7e442b5 100644 --- a/.bash_profile +++ b/.bash_profile @@ -14,8 +14,9 @@ export VISUAL="$EDITOR" [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # Add bin directories to PATH. -[ -d ~/files/bin ] && export PATH="~/files/bin:$PATH" +[ -d ~/.local/bin ] && export PATH="~/.local/bin:$PATH" [ -d ~/bin ] && export PATH="~/bin:$PATH" +[ -d ~/files/bin ] && export PATH="~/files/bin:$PATH" # Platform specific set up. _PLATFORM="$(uname -s)"