about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-08-30 11:49:17 +0000
committerClint Adams <clint@users.sourceforge.net>2008-08-30 11:49:17 +0000
commit999155849631b17d87327c666365615697890b43 (patch)
tree43dfaf1d18185fee66af02254cc1806310bff0a8 /Completion/Zsh
parente6b72c76caebca0f4c52c1f28a00ba22b40e5bf3 (diff)
downloadzsh-999155849631b17d87327c666365615697890b43.tar.gz
zsh-999155849631b17d87327c666365615697890b43.tar.xz
zsh-999155849631b17d87327c666365615697890b43.zip
25553: add aoss to compdef line.
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_precommand2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_precommand b/Completion/Zsh/Command/_precommand
index 535c18260..f45688fc7 100644
--- a/Completion/Zsh/Command/_precommand
+++ b/Completion/Zsh/Command/_precommand
@@ -1,4 +1,4 @@
-#compdef - nohup eval time rusage noglob nocorrect exec catchsegv
+#compdef - nohup eval time rusage noglob nocorrect exec catchsegv aoss
 
 shift words
 (( CURRENT-- ))