-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.aaronrc
30 lines (23 loc) · 1.17 KB
/
.aaronrc
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
27
28
#Anything specific to my user or nonstandard program environmental exports goes here
# The next line updates PATH for the Google Cloud SDK.
source "$HOME/google-cloud-sdk/path.zsh.inc"
# The next line enables shell command completion for gcloud.
source "$HOME/google-cloud-sdk/completion.zsh.inc"
PERL5LIB="$HOME/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
PERL_LOCAL_LIB_ROOT="$HOME/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT;
PERL_MB_OPT="--install_base \"$HOME/perl5\""; export PERL_MB_OPT;
PERL_MM_OPT="INSTALL_BASE=$HOME/perl5"; export PERL_MM_OPT;
export PATH="$PATH:/usr/local/Cellar/mysql/8.0.18/bin"
export PATH="$PATH:$HOME/atom-workspace/flow-bin/:$HOME/.pyevn/bin"
export PATH="$PATH:$HOME/atom-workspace/depot_tools"
export PYTHONPATH=$PYTHONPATH:$HOME/atom-workspace/depot_tools
#
source "/usr/local/bin/virtualenvwrapper.sh"
export WORKON_HOME="/opt/virtual_env/"
#
# Note: goenv not installed by default in dotfiles
eval "$(goenv init -)"
#
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"