From b78b46441a64c185a6178d3bd707e22b9a236cb7 Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Wed, 30 Dec 2015 10:52:29 +0100 Subject: [PATCH] Remove $BROWSER as python has a bug with. --- dotfiles/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index acb8911..aee5c81 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -35,8 +35,8 @@ ulimit -n 1024 bindkey '^R' history-incremental-search-backward # global variable -export FIREFOXNIGHTLY_BIN="/Applications/FirefoxNightly.app/Contents/MacOS/firefox" -export BROWSER=$FIREFOXNIGHTLY_BIN +# export FIREFOXNIGHTLY_BIN="/Applications/FirefoxNightly.app/Contents/MacOS/firefox" +# export BROWSER=$FIREFOXNIGHTLY_BIN # bug with python export EDITOR='subl -w' # aliases