chore(config): fish and goenv configs

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-03-24 15:49:23 +02:00
parent e459cd99e7
commit d626731736
3 changed files with 26 additions and 8 deletions

View File

@@ -17,3 +17,9 @@ end
# Added by LM Studio CLI (lms)
set -gx PATH $PATH $HOME/.lmstudio/bin
type -q rbenv; and source (rbenv init -|psub)
type -q pyenv; and source (pyenv init -|psub)
type -q goenv; and source (goenv init -|psub)
type -q fnm; and source (fnm env|psub)