about summary refs log tree commit diff
path: root/Completion/Zsh/Context/_autocd
blob: 58ba5b17b0c65818dc3f8c158e117eca5ec3a749 (plain) (blame)
1
2
3
4
5
#compdef -command-

_command_names
local ret=$?
[[ -o autocd ]] && _cd || return ret