mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
13 lines
No EOL
344 B
Bash
13 lines
No EOL
344 B
Bash
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. |