[fix] Use fish instead of nu

This commit is contained in:
Uttarayan Mondal
2022-12-07 14:03:19 +05:30
parent f41861125d
commit 2585669645

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 = { "nu", "-l" }, default_prog = { "/opt/homebrew/bin/fish", "-l" },
window_padding = { window_padding = {
left = 0, left = 0,
right = 0, right = 0,