Add $HOME/.local/bin to path

master
Adam Goldsmith 1 year ago
parent 5a50b6be66
commit fedbaf42fc

@ -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" ]]

Loading…
Cancel
Save