mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-04-26 03:45:21 -04:00
use curl-openssl via homebrew, switch default browser
This commit is contained in:
parent
a0607d88c7
commit
3a3d94240d
@ -10,7 +10,7 @@ export ZSH=$HOME/.oh-my-zsh
|
|||||||
# Default to nano 'cause I'm a wimp
|
# Default to nano 'cause I'm a wimp
|
||||||
export EDITOR="nano"
|
export EDITOR="nano"
|
||||||
export VISUAL="code"
|
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
|
# Adjust history for speed
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
|
@ -17,7 +17,9 @@ export PATH="$GEM_PATH/bin:$PATH"
|
|||||||
export PATH="/opt/metasploit-framework/bin:$PATH"
|
export PATH="/opt/metasploit-framework/bin:$PATH"
|
||||||
|
|
||||||
# curl
|
# 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
|
# Rust/Cargo
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user