Skip to content

Commit

Permalink
Remove $BROWSER as python has a bug with.
Browse files Browse the repository at this point in the history
  • Loading branch information
kud committed Dec 30, 2015
1 parent cf89172 commit b78b464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/.zshrc
Expand Up @@ -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
Expand Down

0 comments on commit b78b464

Please sign in to comment.