updating stylesheet, added completion for grunt

This commit is contained in:
Nick Nisi
2013-02-17 15:44:05 -06:00
parent d23254e3a0
commit e5b562d5d3
4 changed files with 109 additions and 8 deletions

View File

@@ -42,3 +42,9 @@ if [[ -d ~/bin ]]; then
fi
[ -z "$TMUX" ] && export TERM=xterm-256color
# completion for grunt
function grunt_tasks {
reply=(`grunt --no-color list`)
}
compctl -K grunt_tasks grunt