forked from jonkan/.dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.exports
executable file
·51 lines (38 loc) · 1.76 KB
/
.exports
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Prefer US English and use UTF-8
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
# Highlight section titles in manual pages
export LESS_TERMCAP_md="$ORANGE"
# Always enable colored `grep` output
export GREP_OPTIONS="--color=auto"
# Link Homebrew casks in `/Applications` rather than `~/Applications`
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
# Android
export ANDROID_HOME=~/Library/Android/sdk
export KEYSTORE_DIR=~/projects/PPBuildAgent/certificates/android/
export JAVA_HOME=~/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home
# PHP
export PATH=$PATH:/Applications/MAMP/bin/php/php5.4.10/bin
# CocoaPods
export POD_LOCAL_HOME=~/projects
# Fastlane
export PATH="$HOME/.fastlane/bin:$PATH"
# Serverless
# tabtab source for serverless package
# uninstall by removing these lines or running `tabtab uninstall serverless`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/serverless.zsh
# tabtab source for sls package
# uninstall by removing these lines or running `tabtab uninstall sls`
[[ -f /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /usr/local/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh
# Ruby
# export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export PATH="$HOME/.rbenv/shims:$PATH"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
# Misc
export THEOS=/opt/theos
# Node
export PATH=$PATH:/usr/local/git/bin:/usr/local/bin
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.sh
export PATH=${PATH}:/usr/bin/python3