diff --git a/.config/fish/config.fish.symlink b/.config/fish/config.fish.symlink index 933315b..39c457e 100644 --- a/.config/fish/config.fish.symlink +++ b/.config/fish/config.fish.symlink @@ -82,7 +82,7 @@ if status is-interactive end abbr -a '!$' --position anywhere --function last_history_token - if command -q rtx - rtx activate fish | source + if command -q mise + mise activate fish | source end end