You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
install asdf with brew: brew install asdf
asdf plugin add golang https://github.com/asdf-community/asdf-golang.git (i have installed from commit 0e86b1d)
check time
time asdf which go
/Users/rekby/.asdf/installs/golang/1.23.0/go/bin/go
________________________________________________________
Executed in 817.84 millis fish external
usr time 28.10 millis 0.11 millis 27.99 millis
sys time 71.79 millis 1.18 millis 70.61 millis
Expected behavior
execute under 50ms
Desktop (please complete the following information):
OS: MacOs Sonoma 14.4.1, M1
Additional context
After install ~/.asdf/plugins/golang/set-env.fish command asdf which go called every time when I do cd command and additional pause 0.8 second very visible.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
brew install asdf
asdf plugin add golang https://github.com/asdf-community/asdf-golang.git
(i have installed from commit 0e86b1d)Expected behavior
execute under 50ms
Desktop (please complete the following information):
Additional context
After install
~/.asdf/plugins/golang/set-env.fish
commandasdf which go
called every time when I docd
command and additional pause 0.8 second very visible.The text was updated successfully, but these errors were encountered: