diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:25:19 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:25:19 +0000 |
commit | 2b0618ccc908847f193a6e53933c5a935ab5c2d0 (patch) | |
tree | 998792bc2420bb293ea7e996779e8738f5284bad | |
parent | d6830f70caa87fef063f96bca8e842182c7f3113 (diff) | |
download | zsh-2b0618ccc908847f193a6e53933c5a935ab5c2d0.tar.gz zsh-2b0618ccc908847f193a6e53933c5a935ab5c2d0.tar.xz zsh-2b0618ccc908847f193a6e53933c5a935ab5c2d0.zip |
moved to Completion/Zsh/Command/_precommand
-rw-r--r-- | Completion/Base/_precommand | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Completion/Base/_precommand b/Completion/Base/_precommand deleted file mode 100644 index 2cf661147..000000000 --- a/Completion/Base/_precommand +++ /dev/null @@ -1,5 +0,0 @@ -#defcomp - nohup nice eval time rusage noglob nocorrect exec - -[[ -position 1 -1 ]] - -_normal "$@" |