mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
adding hxKraut's haxe and haxelib zsh plug-in and auto-completion
This commit is contained in:
parent
96e4e5dd03
commit
91c5599fd7
3 changed files with 165 additions and 0 deletions
13
plugins/haxe/haxe.plugin.zsh
Normal file
13
plugins/haxe/haxe.plugin.zsh
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue