6 lines
72 B
Text
6 lines
72 B
Text
#compdef -command-
|
|
|
|
local -P ret=1
|
|
_autocd "$@" &&
|
|
ret=0
|
|
return ret
|