1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-01-12 16:32:54 -05:00
This commit is contained in:
2019-09-25 10:52:00 -04:00
parent b3a3f41b6e
commit fd5022fff4
3 changed files with 9 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ export PATH="$PATH:$GOPATH/bin"
export PATH="$PATH:$GOROOT/bin"
# Ruby
#export PATH="/usr/local/opt/ruby/bin:$PATH"
export PATH="/usr/local/opt/ruby/bin:$PATH"
# Metasploit
export PATH="/opt/metasploit-framework/bin:$PATH"
@@ -22,8 +22,6 @@ export PATH="$HOME/.cargo/bin:$PATH"
# ----- Third-party additions below: -----
#eval "$(rbenv init -)"
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/jake/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/jake/google-cloud-sdk/path.zsh.inc'; fi