diff --git a/fish/config.fish b/fish/config.fish index 65552bc..abfeb72 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -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