diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:05 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-04-02 11:49:05 +0000 |
commit | 98c83a3040a37805db61f380a321d5c5dd7a5a88 (patch) | |
tree | 5b9e90df374d77d90e4e07d058f9509630423dee /Completion/User | |
parent | d3c68dc2b5947cb297bb445f9cd06857c91793b1 (diff) | |
download | zsh-98c83a3040a37805db61f380a321d5c5dd7a5a88.tar.gz zsh-98c83a3040a37805db61f380a321d5c5dd7a5a88.tar.xz zsh-98c83a3040a37805db61f380a321d5c5dd7a5a88.zip |
moved to Completion/Unix/Command/_fakeroot
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_fakeroot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Completion/User/_fakeroot b/Completion/User/_fakeroot deleted file mode 100644 index bb9655a85..000000000 --- a/Completion/User/_fakeroot +++ /dev/null @@ -1,7 +0,0 @@ -#compdef fakeroot - -_arguments \ - '--lib[alternate wrapper library]:wrapper library:_files' \ - '--faked[alternate faked binary]:fake binary: _command_names -e' \ - '(-):command name: _command_names -e' \ - '*::arguments: _normal' |