diff --git a/dot_profile b/dot_profile index d386818..0e01dbb 100644 --- a/dot_profile +++ b/dot_profile @@ -1,3 +1,9 @@ +# User specific environment +if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] +then + PATH="$HOME/.local/bin:$HOME/bin:$PATH" +fi + # Linuxbrew setup if [ -d $HOME/../linuxbrew/.linuxbrew ]; then BREWPATH=$HOME/../linuxbrew/.linuxbrew diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 4dd8c59..045cedb 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -89,8 +89,6 @@ antigen apply autoload -U bashcompinit bashcompinit -# Add pipx packages to PATH -export PATH="$PATH:$HOME/.local/bin" # Enable pipx completions if [[ $(command -v pipx) ]]; then eval "$(register-python-argcomplete pipx)"