forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.path
18 lines (13 loc) · 874 Bytes
/
.path
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH"
export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && . "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && . "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/Users/f/Dropbox/Projects/google-cloud-sdk/path.bash.inc' ]; then . '/Users/f/Dropbox/Projects/google-cloud-sdk/path.bash.inc'; fi
# The next line enables shell command completion for gcloud.
if [ -f '/Users/f/Dropbox/Projects/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/f/Dropbox/Projects/google-cloud-sdk/completion.bash.inc'; fi
# For jenv
export PATH="$HOME/.jenv/bin:$PATH"
eval "$(jenv init -)"
# For awsmfa
export PATH="/Users/f/Library/Python/3.9/bin:$PATH"