From 4a3025f0fe025f02a98687d0b9a6c27ad77a9244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Thu, 17 Oct 2024 09:04:18 +0200 Subject: [PATCH] Add wezterm to config.fish --- fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) 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