Closed segeda closed 1 month ago
I use fish-shell and this configuration
if status is-interactive
# Commands to run in interactive sessions can go here
end
eval "$(/opt/homebrew/bin/brew shellenv)"
source /opt/homebrew/opt/asdf/libexec/asdf.fish
fzf --fish | source
Describe the Bug
I have set local version of nodejs, but if i run
node -v
it is system wide versionSteps to Reproduce
nodejs 20.10.0 /Users/severa/Personal/project/.tool-versions
v22.8.0
Expected Behaviour
node -v ->
v20.10.0
Actual Behaviour
node -v ->
v22.8.0
Environment
asdf plugins affected (if relevant)
nodejs