about summary refs log tree commit diff
path: root/Completion/Darwin/Type/_mac_applications
blob: 51fa0c47077dca18d38959e8c56fb570142ee829 (plain) (blame)
1
2
3
4
5
6
7
#autoload

_retrieve_mac_apps

local expl
_wanted commands expl 'Mac OS X application' \
    compadd "$@" - "${(@)${_mac_apps[@]:t}%.app}"