TERMINAL / terminal absolute path fix
This commit is contained in:
parent
a909504cc4
commit
df7b38d7ec
2 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ if file_exists(name) then
|
|||
end
|
||||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
terminal = "uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
|
||||
terminal = "/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
|
||||
editor = "/usr/bin/vim"
|
||||
editor_cmd = terminal .. " -e " .. editor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue