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

@@ -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"