From 37b903035a2f00696383ed1db58ce82c58eefb60 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 20 Jan 2014 12:09:16 -0600 Subject: [PATCH] Adding browser env var --- config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config.fish b/config.fish index 6406b1d..e5ee434 100644 --- a/config.fish +++ b/config.fish @@ -4,6 +4,7 @@ alias tmux "tmux -2" alias dustinswan "mosh dustinswan@dustinswan.org" set -x EDITOR "vim" set -x TERM "screen-256color" +set -x BROWSER "open" # PATH set -x PATH /usr/local/bin /usr/local/sbin $PATH# Homebrew