Add non-versioned bin directory to path
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
959154c408
commit
1cd524869c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export PATH=/usr/local/sbin:/usr/local/bin:$PATH
|
||||||
source ${HOME}/.zsh/check_go_version
|
source ${HOME}/.zsh/check_go_version
|
||||||
|
|
||||||
## Custom scripts
|
## Custom scripts
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$HOME/.bin:$PATH
|
||||||
source $HOME/.zsh/go-binaries.sh
|
source $HOME/.zsh/go-binaries.sh
|
||||||
|
|
||||||
## Local installed pip package binaries
|
## Local installed pip package binaries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue