Browse Source

new default terminal

main
Kristof Vandam 5 years ago
parent
commit
8991aaa0de
  1. 2
      rc.lua

2
rc.lua

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

Loading…
Cancel
Save