From 6febc8fe67ab920819dd0b2bbdddb4f84d991dc5 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 20 Feb 2002 12:51:51 +0000 Subject: 16619, 16676: add -c, -l and -p options to the dirs builtin --- Completion/Unix/Type/_directories | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Type/_directories') diff --git a/Completion/Unix/Type/_directories b/Completion/Unix/Type/_directories index cb1b3fd44..cdf76e443 100644 --- a/Completion/Unix/Type/_directories +++ b/Completion/Unix/Type/_directories @@ -1,3 +1,5 @@ -#compdef rmdir df du dircmp dirs +#compdef rmdir df du dircmp -_path_files -/ "$@" +local expl + +_wanted directories expl directory _files -/ "$@" - -- cgit 1.4.1