diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 23:18:29 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-07 23:18:29 -0400 |
commit | abe76b6a53b942d614aae8bdb48d004b846b404f (patch) | |
tree | 4807e5683ba76b23d00b33eb0c207dd8fc1d341e /shell-completion/zsh/_sd_outputmodes | |
parent | 8f78785384eb4bc83588725252d5f5d43cd38d57 (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 "$@" |