mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Add autocomplete and a couple of aliases for the Play Framework v2.x
This commit is contained in:
parent
27c6becffd
commit
8dbd049da4
2 changed files with 45 additions and 0 deletions
13
plugins/play/play.plugin.zsh
Normal file
13
plugins/play/play.plugin.zsh
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue