From a9a73cf80dcc38558b782e258be37b991fff81b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 20 Sep 2013 15:22:06 +0200 Subject: [PATCH] Setting BROWSER variable on login. --- bash/bash_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/bash_profile b/bash/bash_profile index e69de29..7a55c40 100644 --- a/bash/bash_profile +++ b/bash/bash_profile @@ -0,0 +1,3 @@ +f [ -n "$DISPLAY" ]; then + BROWSER=firefox +fi