notes/gentoo/dotfiles/.zsh/zsh-autocomplete/Completions/_autocomplete__command
2025-12-03 02:44:11 -08:00

6 lines
72 B
Text

#compdef -command-
local -P ret=1
_autocd "$@" &&
ret=0
return ret