Browse Source

Set version on new shell initialization in fish (#217)

remotes/origin/add-simple-redirecting-site
Jared Ramirez 5 years ago committed by GitHub
parent
commit
545d76afbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      executable/Env.re

1
executable/Env.re

@ -102,6 +102,7 @@ let printUseOnCd = (~shell) => @@ -102,6 +102,7 @@ let printUseOnCd = (~shell) =>
fnm use
end
end
_fnm_autoload_hook
|}
| Zsh => {|
autoload -U add-zsh-hook

Loading…
Cancel
Save