added BROWSER to shell exports

This commit is contained in:
Johannes Findeisen 2015-08-07 21:27:48 +02:00
commit 92de2a9abe

1
.zshrc
View file

@ -2,6 +2,7 @@
export PATH=$HOME/bin:$PATH
# Export the $EDITOR and $TERMINAL
export BROWSER=/usr/bin/firefox
export EDITOR=/usr/bin/vim
export TERMINAL="/usr/bin/uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"