zsh: add ~/bin to PATH if available
This commit is contained in:
parent
874cd444ba
commit
29f6d0a2b9
2 changed files with 5 additions and 3 deletions
4
.config/zsh/config.d/99-prepend-home-bin-path
Normal file
4
.config/zsh/config.d/99-prepend-home-bin-path
Normal file
|
@ -0,0 +1,4 @@
|
|||
# vim:set ft=zsh:
|
||||
if [[ -d "$HOME/bin" ]]; then
|
||||
export PATH=$HOME/bin:${PATH}
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue