added ~/.local/bin to path

This commit is contained in:
root 2020-12-18 13:22:42 +00:00
parent 08a8946fdc
commit 1a8e70fe0f

1
zshrc
View file

@ -13,6 +13,7 @@
# remove duplicates
typeset -U PATH path fpath
path=( /bin /sbin /usr/bin /usr/sbin $path )
[[ -d ~/.local/bin ]] && path=( ~/.local/bin $path)
[[ -d ~/bin ]] && path=( ~/bin $path )
# sdkman support