diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 13:59:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 13:59:05 -0400 |
commit | 4768d243b65151ac32381e8fac5afb49781a3b7c (patch) | |
tree | aa6cdbd59069f1a5d1f30b3e45fb96d57fc72f25 /shell-completion/zsh/_sd_outputmodes | |
parent | 7a1416642f6d169234d6ce4272e59c6b7e37a218 (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 "$@" |