File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # rbenv only outside Codespaces
2- if not test -d /workspaces
1+ # rbenv only outside Codespaces and only if mise is not installed
2+ if not test -d /workspaces; and not command -q mise
33 status is-interactive; and command -q rbenv; and rbenv init - fish | source
44end
55
Original file line number Diff line number Diff line change 1- # asdf completions and Golang plugin env
2- if test -d /home/linuxbrew/.linuxbrew/opt/asdf
3- source /home/linuxbrew/.linuxbrew/opt/asdf/share/fish/vendor_completions.d/asdf.fish
4- end
1+ # asdf completions and Golang plugin env (only if mise is not installed)
2+ if not command -q mise
3+ if test -d /home/linuxbrew/.linuxbrew/opt/asdf
4+ source /home/linuxbrew/.linuxbrew/opt/asdf/share/fish/vendor_completions.d/asdf.fish
5+ end
56
6- if test -d ~/.asdf/plugins/golang
7- source ~/.asdf/plugins/golang/set -env .fish
7+ if test -d ~/.asdf/plugins/golang
8+ source ~/.asdf/plugins/golang/set -env .fish
9+ end
810end
You can’t perform that action at this time.
0 commit comments