More generic asdf path
This commit is contained in:
parent
d4f203700b
commit
3564af3a66
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ set --export --universal GOPATH $HOME/.go
|
||||||
set --export --universal GOBIN $GOPATH/bin
|
set --export --universal GOBIN $GOPATH/bin
|
||||||
|
|
||||||
set paths_candidates \
|
set paths_candidates \
|
||||||
/Users/danielflanagan/.asdf/shims \
|
$HOME/.asdf/shims \
|
||||||
/opt/homebrew/bin \
|
/opt/homebrew/bin \
|
||||||
/opt/homebrew/sbin \
|
/opt/homebrew/sbin \
|
||||||
$DOTFILES_PATH/common/bin \
|
$DOTFILES_PATH/common/bin \
|
||||||
|
|
Reference in a new issue