1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-25 15:35:21 -04:00

use curl-openssl via homebrew, switch default browser

This commit is contained in:
Jake Jarvis 2020-08-19 14:09:43 -04:00
parent a0607d88c7
commit 3a3d94240d
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
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

View File

@ -17,7 +17,9 @@ export PATH="$GEM_PATH/bin:$PATH"
export PATH="/opt/metasploit-framework/bin:$PATH"
# curl
export PATH="/usr/local/opt/curl/bin:$PATH"
# export PATH="/usr/local/opt/curl/bin:$PATH"
export PATH="/usr/local/opt/curl-openssl/bin:$PATH"
# Rust/Cargo
export PATH="$HOME/.cargo/bin:$PATH"