zsh: add GOPATH to PATH
This commit is contained in:
parent
50469288e9
commit
3f220822ae
|
@ -130,7 +130,8 @@ for NEW_PATH in \
|
|||
"${XDG_DATA_HOME}/cargo/bin" \
|
||||
"${XDG_CONFIG_HOME}/composer/vendor/bin" \
|
||||
"$(gem environment gempath)" \
|
||||
"$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')"
|
||||
"$(find -L ~/.local/bin -type d -printf %p: | sed 's/.$//')" \
|
||||
"${GOPATH}/bin"
|
||||
do
|
||||
case ":$PATH:" in
|
||||
*":$NEW_PATH:"*) ;;
|
||||
|
|
Loading…
Reference in New Issue