From 92de2a9abeaeadf3ed3cc18fee8045045670cf77 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 7 Aug 2015 21:27:48 +0200 Subject: [PATCH] added BROWSER to shell exports --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 60ed2ccd..0ff076ae 100644 --- a/.zshrc +++ b/.zshrc @@ -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"