From d908792fd49f71dd4bb68e771caca4b958e32ea7 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 21 Jun 2001 10:11:45 +0000 Subject: Completion for AUTO_CD. --- Completion/Zsh/Context/_autocd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/Zsh/Context/_autocd (limited to 'Completion/Zsh/Context') diff --git a/Completion/Zsh/Context/_autocd b/Completion/Zsh/Context/_autocd new file mode 100644 index 000000000..58ba5b17b --- /dev/null +++ b/Completion/Zsh/Context/_autocd @@ -0,0 +1,5 @@ +#compdef -command- + +_command_names +local ret=$? +[[ -o autocd ]] && _cd || return ret -- cgit 1.4.1