diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 23:09:58 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 23:09:58 -0400 |
commit | 6cb1e32e8b76c62639ea17d8052dce808ca3af8d (patch) | |
tree | 454ba65b265f0fc2ba7d1b2be1fd6cd548b3ebe8 /shell-completion/zsh/_sd_outputmodes | |
parent | 6a1e19495444013901ea42a3ee79c3fc71f9d850 (diff) |
./move.sh
Diffstat (limited to 'shell-completion/zsh/_sd_outputmodes')
-rw-r--r-- | shell-completion/zsh/_sd_outputmodes | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes deleted file mode 100644 index 3836f79b73..0000000000 --- a/shell-completion/zsh/_sd_outputmodes +++ /dev/null @@ -1,5 +0,0 @@ -#autoload - -local -a _output_opts -_output_opts=(short short-iso short-precise short-monotonic verbose export json json-pretty json-sse cat) -_describe -t output 'output mode' _output_opts || compadd "$@" |