Add wezterm to config.fish

This commit is contained in:
Alex 2024-10-17 09:04:18 +02:00
parent 2e16dd3c9c
commit 4a3025f0fe
Signed by: l-x
SSH key fingerprint: SHA256:MK3uQVPHEV0Oo2ry/dAqvVK3pAwegKAwSlyfgLd/yQM

View file

@ -37,6 +37,10 @@ if test -x "$(which mise)"
mise activate fish | source mise activate fish | source
end end
if test -x "$(which wezterm)"
wezterm shell-completion --shell fish | source
end
if test -x "$(which starship)" if test -x "$(which starship)"
starship init fish | source starship init fish | source
end end