feat(mise): add new version manager

This commit is contained in:
Stefan Imhoff
2025-07-29 16:46:01 +02:00
parent 16405f5edc
commit 8f023d4c69
6 changed files with 21 additions and 1 deletions

View File

@@ -140,6 +140,11 @@ if command -v gh >/dev/null 2>&1
eval "$(gh completion -s fish)"
end
# Mise
if command -v mise >/dev/null 2>&1
$HOME/.local/bin/mise activate fish | source
end
# fzf
fzf --fish | source

0
config/mise/mise.toml Normal file
View File