1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00

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

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