TERMINAL / terminal absolute path fix
This commit is contained in:
parent
a909504cc4
commit
df7b38d7ec
2 changed files with 2 additions and 2 deletions
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