Skip to content

Commit

Permalink
Change theme, add 'soz' alias and add development configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordidiaz committed Nov 16, 2015
1 parent b8f4d00 commit b917049
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export ZSH=/Users/jordi/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
ZSH_THEME="agnoster"

# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
Expand Down Expand Up @@ -87,3 +87,12 @@ alias wms="cd ~/Develop/mobile_service"
alias g="gulp"
alias ics="ionic serve"
alias ira="ionic run android"
alias soz="source ~/.zshrc"

# DEVELOPMENT
# ANDROID SDK
export ANDROID_HOME=/usr/local/opt/android-sdk
# node with nvm
export NVM_DIR="/Users/jordi/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm use stable # load the stable version

0 comments on commit b917049

Please sign in to comment.