adding hxKraut's haxe and haxelib zsh plug-in and auto-completion

This commit is contained in:
Hays Clark 2014-10-04 01:46:15 -07:00
commit 91c5599fd7
3 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,13 @@
export HXCOMPLETEVERSION="0.1.0"
# Aliases
alias hl='haxelib'
compdef hl=haxelib
alias hli='haxelib install'
compdef _haxelib hli=haxelib-install
alias hlr='haxelib run'
compdef _haxelib hlr=haxelib-run
alias hll='haxelib list'
compdef _haxelib hll=haxelib-list
alias hlinvalidate='rm -f /tmp/haxelib_*' #invalidates completion cache.