mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-12 00:03:42 +00:00
chore(config): fish and goenv configs
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user