-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile
executable file
·26 lines (21 loc) · 946 Bytes
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
DOT_PROFILE_LOADED=1
if [ -n "$BASH_VERSION" ]; then
[ -f ~/.bashrc ] && ! [ "$DOT_BASHRC_LOADED" == "1" ] && . ~/.bashrc
[ -f ~/.extra.bashrc ] && . ~/.extra.bashrc
fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export GOROOT=/usr/local/go
export GOBIN=$HOME/go/bin
export PATH=$GOPATH/bin:$PATH
export PATH=$GOROOT/bin:$PATH
export PATH=~/Documents/kubernetes/third_party/etcd:${PATH}
export PATH=~/terraform_0.8.8:$PATH
export PATH=~/packer_0.12.3:$PATH
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
export ANDROID_HOME=~/Library/Android/sdk
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.bash.inc'
source '/usr/local/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.bash.inc'