replace webman with mise

This commit is contained in:
2025-06-13 16:28:38 -06:00
parent 9ff02b60e7
commit 749b57966d
8 changed files with 47 additions and 65 deletions

View File

@@ -10,6 +10,13 @@ if status is-interactive
direnv hook fish | source
end
if type -q mise
mise activate fish | source
end
alias ls="lsd"
set -gx EDITOR nvim
if test -f ~/.config/fish/config.fish.local
source ~/.config/fish/config.fish.local
end
@@ -18,9 +25,4 @@ if status is-interactive
end
end
alias ls="lsd"
fish_add_path $HOME/.webman/bin
set -gx EDITOR nvim