Added basic rails tab completion.

This commit is contained in:
Christopher Chow 2011-02-04 01:18:20 +11:00
commit dccb01ca58
2 changed files with 58 additions and 0 deletions

View file

@ -1,3 +1,7 @@
fpath=($ZSH/plugins/rails $fpath)
autoload -U compinit
compinit -i
function _rails () {
if [ -e script/server ]; then
ruby script/$@