From 2585669645cd141de3843b606e7e730b1d921116 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Wed, 7 Dec 2022 14:03:19 +0530 Subject: [PATCH] [fix] Use fish instead of nu --- config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wezterm/wezterm.lua b/config/wezterm/wezterm.lua index c7d6ebaa..9c0f442d 100644 --- a/config/wezterm/wezterm.lua +++ b/config/wezterm/wezterm.lua @@ -39,7 +39,7 @@ return { window_background_opacity = 0.8, cursor_blink_rate = 880, default_cursor_style = "BlinkingBlock", - default_prog = { "nu", "-l" }, + default_prog = { "/opt/homebrew/bin/fish", "-l" }, window_padding = { left = 0, right = 0,