about summary refs log tree commit diff
path: root/Completion/Base/_equal
blob: 1ba92cdc6db8938b3bca3e09f4eeae46ddd755e7 (plain) (blame)
1
2
3
4
5
6
7
8
#compdef -equal-

local expl

_description expl alias
compadd "$@" "$expl[@]" - "${(@k)aliases[(R)^?disabled*]}"
_description expl command
compadd "$@" "$expl[@]" - "${(k@)commands}"