From 829d3e7901ba9370e267c198844fffcb04fd519d Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 28 Nov 2022 23:23:58 +0530 Subject: [PATCH] [fix] Make nushell not absolute path --- 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 5277d709..c7d6ebaa 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 = { "/opt/homebrew/bin/nu", "-l" }, + default_prog = { "nu", "-l" }, window_padding = { left = 0, right = 0,