use curl-openssl via homebrew, switch default browser

This commit is contained in:
2020-08-19 14:09:43 -04:00
parent a0607d88c7
commit 3a3d94240d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export ZSH=$HOME/.oh-my-zsh
# Default to nano 'cause I'm a wimp
export EDITOR="nano"
export VISUAL="code"
export BROWSER="/Applications/Firefox.app/Contents/MacOS/firefox-bin"
export BROWSER="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome"
# Adjust history for speed
HISTFILE=~/.zsh_history