added ~/.local/bin to path
This commit is contained in:
parent
08a8946fdc
commit
1a8e70fe0f
1
zshrc
1
zshrc
|
@ -13,6 +13,7 @@
|
||||||
# remove duplicates
|
# remove duplicates
|
||||||
typeset -U PATH path fpath
|
typeset -U PATH path fpath
|
||||||
path=( /bin /sbin /usr/bin /usr/sbin $path )
|
path=( /bin /sbin /usr/bin /usr/sbin $path )
|
||||||
|
[[ -d ~/.local/bin ]] && path=( ~/.local/bin $path)
|
||||||
[[ -d ~/bin ]] && path=( ~/bin $path )
|
[[ -d ~/bin ]] && path=( ~/bin $path )
|
||||||
|
|
||||||
# sdkman support
|
# sdkman support
|
||||||
|
|
Loading…
Reference in a new issue