diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-12 09:24:40 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2001-04-12 09:24:40 +0000 |
commit | f48fd1dd86ea6bddfb30bb5089694f26b0a2fb7f (patch) | |
tree | 5fd66cd2efe460bd8df0f7897369862902aa8464 /Completion/Zsh/Command/.distfiles | |
parent | 43cd922cd82026eaa968aeafd29f08ea386bb492 (diff) | |
download | zsh-f48fd1dd86ea6bddfb30bb5089694f26b0a2fb7f.tar.gz zsh-f48fd1dd86ea6bddfb30bb5089694f26b0a2fb7f.tar.xz zsh-f48fd1dd86ea6bddfb30bb5089694f26b0a2fb7f.zip |
add _arguments based completion for alias and jobs (13947)
Diffstat (limited to 'Completion/Zsh/Command/.distfiles')
-rw-r--r-- | Completion/Zsh/Command/.distfiles | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 7f6a3d0d8..69c326eb9 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -6,5 +6,5 @@ _builtin _emulate _precommand _setopt _unsetopt _zle _cd _enable _print _source _wait _zmodload _command _fc _prompt _stat _which _zpty _compdef _hash _read _trap _zcompile _zstyle -_ttyctl _ulimit _vared +_ttyctl _ulimit _vared _alias _jobs_builtin ' |