We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57ab92f + f965040 commit a08c2d1Copy full SHA for a08c2d1
1 file changed
docker/utils.zsh
@@ -13,7 +13,7 @@ prepare_system() {
13
initiate_system() {
14
typeset -gxU path module_path
15
16
- path=("${ZPFX:-${HOME}/.zi/polaris}/bin" "${HOME}/go/bin" $path)
+ path=("${ZPFX:-${HOME}/.zi/polaris}/bin" "${HOME}/go/bin" "/usr/local/go/bin" $path)
17
module_path+=( /data/zmodules/zpmod/Src )
18
19
zmodload zi/zpmod &>/dev/null
0 commit comments