diff --git a/.profile b/.profile index 89890ba..2fe763f 100644 --- a/.profile +++ b/.profile @@ -17,6 +17,7 @@ export BC_ENV_ARGS="-lq" [[ -f "$HOME/.bcrc" ]] && export BC_ENV_ARGS="$BC_ENV_ARGS $HOME/.bcrc" # PATH +[[ -d "$HOME/.local/bin" ]] && export PATH="$HOME/.local/bin:$PATH" [[ -d "$HOME/bin" ]] && export PATH="$HOME/bin:$PATH" # Wine: do not change filetype associations