update oh-my-zsh & add npm + drush plugins

This commit is contained in:
James Walker 2011-04-12 11:42:31 -04:00
parent 490f547774
commit 83f367b49d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4f7176f0c64e385516ba7626d14a3536a71e4920
Subproject commit 3060e1de155f840eda836da1ff573853cbbb4225

2
zshrc
View File

@ -16,7 +16,7 @@ export ZSH_THEME="walkah"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git github svn ruby rails3 pip osx brew deb ssh-agent)
plugins=(git github svn ruby rails3 pip osx brew deb ssh-agent npm drush)
source $ZSH/oh-my-zsh.sh