This commit is contained in:
Josh Sherman 2015-09-27 10:38:27 -04:00
parent 0b9add2ac2
commit 23cff84055

View file

@ -7,11 +7,11 @@ export KEYTIMEOUT=1
bindkey -v
# ZSH=$HOME/.oh-my-zsh
#
#
# ZSH_THEME="joshtronic"
#
#
# COMPLETION_WAITING_DOTS="true"
#
#
# plugins=(brew common-aliases composer git-extras git gitfast gitignore jsontools meteor node npm nvm osx redis-cli rsync systemadmin vundle web-search xcode z zsh_reload)
#
# source $ZSH/oh-my-zsh.sh
@ -74,3 +74,5 @@ export PATH=/usr/local/bin:/usr/local/sbin:./node_modules/bower/bin:./node_modul
# source $(brew --prefix nvm)/nvm.sh
export NODE_ENV=development
# [ -z "$TMUX" ] && export TERM=xterm-256color && exec tmux