From e7d2bf3c1374229e93a7afe770a99b22f83fb5d3 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 17 Nov 2017 09:05:23 +0000 Subject: [PATCH] Set the browser properly --- modules/shell/files/environment.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/shell/files/environment.sh b/modules/shell/files/environment.sh index ad20713..46a8445 100644 --- a/modules/shell/files/environment.sh +++ b/modules/shell/files/environment.sh @@ -9,3 +9,5 @@ export DOTFILES=${HOME}/.dotfiles export TIMEFMT=$'\nreal\t%E\nuser\t%U\nsys\t%S' export HISTCONTROL=ignoreboth + +export BROWSER=$(which firefox)