diff --git a/.zshenv b/.zshenv index 4f0f2b0..c88f0c6 100644 --- a/.zshenv +++ b/.zshenv @@ -22,7 +22,7 @@ export WINEDLLOVERRIDES=winemenubuilder.exe=d # Don't allow duplicate values in path typeset -U path -path=($HOME/.bin $HOME/.dotfiles/ $path) +path=($HOME/.bin $HOME/.local/bin $HOME/.dotfiles/ $path) # Set temporary files locations if [[ ! -d "$TMPDIR" ]]