TERMINAL / terminal absolute path fix

This commit is contained in:
Johannes Findeisen 2015-07-29 22:43:14 +02:00
commit df7b38d7ec
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

@ -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!