mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-01 11:59:18 +00:00
feat(fish): add mise version manager integration
Add mise activate and shims PATH for fish shell, plus rustup cargo env sourcing in conf.d/rustup.fish.
This commit is contained in:
@@ -21,6 +21,7 @@ if status is-interactive
|
||||
source "$HOME/.config/op/plugins.sh"
|
||||
|
||||
# version manager initializers
|
||||
type -q mise; and source (mise activate fish|psub)
|
||||
type -q rbenv; and source (rbenv init -|psub)
|
||||
type -q pyenv; and source (pyenv init -|psub)
|
||||
type -q pyenv; and source (pyenv virtualenv-init -|psub)
|
||||
|
||||
Reference in New Issue
Block a user