replace webman with mise
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user