summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:05 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:20:05 +0000
commitfda285cf19ffb89016c510e8db99dbb899eebb8c (patch)
tree7e216833160a8b9593a75f32ff2928d47df243b5
parent35600e71fb916584ec39817b1a0c28e5f8291af3 (diff)
downloadzsh-fda285cf19ffb89016c510e8db99dbb899eebb8c.tar.gz
zsh-fda285cf19ffb89016c510e8db99dbb899eebb8c.zip
moved to Completion/AIX/Command/_smit
-rw-r--r--Completion/AIX/_smit27
1 files changed, 0 insertions, 27 deletions
diff --git a/Completion/AIX/_smit b/Completion/AIX/_smit
deleted file mode 100644
index 48397b5b0..000000000
--- a/Completion/AIX/_smit
+++ /dev/null
@@ -1,27 +0,0 @@
-#compdef smit smitty
-
-local state line expl curcontext="$curcontext"
-
-_arguments -C \
- '-s[specify smit.script file]:smit.script file:_files' \
- '-l[specify smit.log file]:smit.log file:_files' \
- '-C[use curses interface]' \
- '-D[debug mode]' \
- '-d[FastPath is dialogue screen]' \
- '-f[allow redirection of stdin and stdout]' \
- '-h[display help/usage message]' \
- '-M[start smit in windows mode]' \
- '-m[FastPath is menu screen]' \
- '-n[FastPath is selector screen]' \
- '-o[alternate SMIT/ODM database]' \
- '-t[generate trace information]' \
- '-v[verbose]' \
- '-x[do not run any execute commands]' \
- '-X[do not run any commands]' \
- '1:fastpath:->fastpath' && return 0
-
-[[ "$state" = fastpath ]] &&
- _wanted fastpaths expl 'fast path' compadd \
- $(odmget sm_cmd_hdr sm_name_hdr|sed -n 's/^ id = \"\(.*\)\"/\1/p')
-
-