-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
25 lines (20 loc) · 788 Bytes
/
.zshrc
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
# SDKs
export ANDROID_SDK_ROOT=/usr/local/share/android-sdk
export ANDROID_HOME=/usr/local/share/android-sdk
export ANDROID_NDK_HOME=/usr/local/share/android-ndk
export NDK_ROOT=/usr/local/share/android-ndk
export JAVA_HOME=/Applications/Android\ Studio.app/Contents/jre/Contents/Home/
export PATH="$PATH:$ANDROID_HOME/platform-tools"
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
# Git
export EDITOR='subl -w'
export GIT_EDITOR='subl -wl1'
# ls
export LSCOLORS=gxBxhxDxfxhxhxhxhxcxcx
alias ls='ls -Gph'
# zsh prompt
PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# '
# NVM
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion