Add $HOME/.local/bin to path
This commit is contained in:
parent
5a50b6be66
commit
fedbaf42fc
2
.zshenv
2
.zshenv
@ -22,7 +22,7 @@ export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
|||||||
|
|
||||||
# Don't allow duplicate values in path
|
# Don't allow duplicate values in path
|
||||||
typeset -U path
|
typeset -U path
|
||||||
path=($HOME/.bin $HOME/.dotfiles/ $path)
|
path=($HOME/.bin $HOME/.local/bin $HOME/.dotfiles/ $path)
|
||||||
|
|
||||||
# Set temporary files locations
|
# Set temporary files locations
|
||||||
if [[ ! -d "$TMPDIR" ]]
|
if [[ ! -d "$TMPDIR" ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user