diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 622f5f0..0fb64d3 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -9,6 +9,12 @@ if [ -f "$HOME/.modules" ]; then source $HOME/.modules fi +# User specific environment +if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] +then + export PATH="$HOME/.local/bin:$HOME/bin:$PATH" +fi + # Load the antigen library if [[ ! -f "$HOME/.antigen.zsh" ]]; then curl -L git.io/antigen > $HOME/.antigen.zsh