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

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!