[fix] Make nushell not absolute path

This commit is contained in:
Uttarayan Mondal
2022-11-28 23:23:58 +05:30
parent 153cf03980
commit 829d3e7901

View File

@@ -39,7 +39,7 @@ return {
window_background_opacity = 0.8, window_background_opacity = 0.8,
cursor_blink_rate = 880, cursor_blink_rate = 880,
default_cursor_style = "BlinkingBlock", default_cursor_style = "BlinkingBlock",
default_prog = { "/opt/homebrew/bin/nu", "-l" }, default_prog = { "nu", "-l" },
window_padding = { window_padding = {
left = 0, left = 0,
right = 0, right = 0,