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
|
||||
|
||||
|
|
|
|||
2
.zshrc
2
.zshrc
|
|
@ -3,7 +3,7 @@ export PATH=$HOME/bin:$PATH
|
|||
|
||||
# Export the $EDITOR and $TERMINAL
|
||||
export EDITOR=/usr/bin/vim
|
||||
export TERMINAL="uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
|
||||
export TERMINAL="/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
|
||||
|
||||
# Fix to make JAVA applications behave more friendly in awesome. Still many JAVA apps
|
||||
# suck in awesome. PyCharm works perfect, Arduino does not!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue