Add wezterm to config.fish
This commit is contained in:
parent
2e16dd3c9c
commit
4a3025f0fe
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ if test -x "$(which mise)"
|
|||
mise activate fish | source
|
||||
end
|
||||
|
||||
if test -x "$(which wezterm)"
|
||||
wezterm shell-completion --shell fish | source
|
||||
end
|
||||
|
||||
if test -x "$(which starship)"
|
||||
starship init fish | source
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue