diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-15 09:26:57 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-01-15 09:26:57 +0000 |
commit | 25900ecf28bb9da7fe5b3878f40e83388404f146 (patch) | |
tree | 2c9ed468a8022114cec92acae65ad69411d5c10f /Completion/User/_use_lo | |
parent | ca585f812b02071cc261fb9dbe463bab6f8be602 (diff) | |
download | zsh-25900ecf28bb9da7fe5b3878f40e83388404f146.tar.gz zsh-25900ecf28bb9da7fe5b3878f40e83388404f146.tar.xz zsh-25900ecf28bb9da7fe5b3878f40e83388404f146.zip |
add completion for ls and ([ef]|)grep (13347)
Diffstat (limited to 'Completion/User/_use_lo')
-rw-r--r-- | Completion/User/_use_lo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_use_lo b/Completion/User/_use_lo index 2833d61b1..9dae2bdfc 100644 --- a/Completion/User/_use_lo +++ b/Completion/User/_use_lo @@ -1,4 +1,4 @@ -#compdef gls +#autoload # This is for GNU-like commands which understand the --help option, # but which do not otherwise require special completion handling. |