[fix] Make nushell not absolute path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user