Add autocomplete and a couple of aliases for the Play Framework v2.x

This commit is contained in:
Joe Zulli 2013-05-12 21:58:05 -07:00
commit 8dbd049da4
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# ------------------------------------------------------------------------------
# FILE: play.plugin.zsh
# DESCRIPTION: oh-my-zsh plugin file for PlayFramework 2.x.
# AUTHOR: Joe Zulli (GitHub Alias: GitsMcGee)
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
# Hopefully useful aliases. All Aliases start with 'pl...'
alias pltc="play '~compile'" # Compile in "triggered execution" mode
alias pltr="play '~run'" # Run in "triggered execution" mode
alias pltt="play '~test'" # Test in "triggered execution" mode