mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
chore(fish): replace asdf with mise
This commit is contained in:
parent
b9b3329027
commit
e33c60c7aa
1 changed files with 1 additions and 11 deletions
|
|
@ -1,16 +1,5 @@
|
||||||
ssh_agent_startup
|
ssh_agent_startup
|
||||||
|
|
||||||
# ASDF config start
|
|
||||||
if test -z $ASDF_DATA_DIR
|
|
||||||
set _asdf_shims "$HOME/.asdf/shims"
|
|
||||||
else
|
|
||||||
set _asdf_shims "$ASDF_DATA_DIR/shims"
|
|
||||||
end
|
|
||||||
|
|
||||||
fish_add_path $_asdf_shims
|
|
||||||
set --erase _asdf_shims
|
|
||||||
# ASDF config end
|
|
||||||
|
|
||||||
test -e /opt/homebrew/bin/brew
|
test -e /opt/homebrew/bin/brew
|
||||||
and /opt/homebrew/bin/brew shellenv | source -
|
and /opt/homebrew/bin/brew shellenv | source -
|
||||||
|
|
||||||
|
|
@ -20,3 +9,4 @@ if status is-interactive
|
||||||
end
|
end
|
||||||
|
|
||||||
command -q pyenv; and pyenv init - | source
|
command -q pyenv; and pyenv init - | source
|
||||||
|
command -q mise; and mise activate fish | source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue