|
|
|
@ -42,7 +42,7 @@ end) |
|
|
|
-- }}} |
|
|
|
-- }}} |
|
|
|
|
|
|
|
|
|
|
|
-- This is used later as the default terminal and editor to run. |
|
|
|
-- This is used later as the default terminal and editor to run. |
|
|
|
terminal = "kitty" |
|
|
|
terminal = "alacritty" |
|
|
|
editor = os.getenv("EDITOR") or "vi" |
|
|
|
editor = os.getenv("EDITOR") or "vi" |
|
|
|
editor_cmd = terminal .. " -e " .. editor |
|
|
|
editor_cmd = terminal .. " -e " .. editor |
|
|
|
|
|
|
|
|
|
|
|
|