From 5660ef32ad08ba218e8487263da2e12071146d2a Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 13 Mar 2019 21:35:19 -0700 Subject: [PATCH] Update zsh completions --- zsh/completions/_ddusb | 1 - zsh/completions/_fedit | 11 +++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/zsh/completions/_ddusb b/zsh/completions/_ddusb index 52f08f1..6de20b1 100644 --- a/zsh/completions/_ddusb +++ b/zsh/completions/_ddusb @@ -1,7 +1,6 @@ #compdef ddusb # zsh completions for 'ddusb' -# automatically generated with http://github.com/RobSis/zsh-completion-generator local arguments arguments=( diff --git a/zsh/completions/_fedit b/zsh/completions/_fedit index b8d9680..91a1f6e 100644 --- a/zsh/completions/_fedit +++ b/zsh/completions/_fedit @@ -2,12 +2,11 @@ local arguments arguments=( -$argument_list - {-h, --help}'[show this help message and exit]' - {-b, --boot}'[edit a file in /boot]' - {-d, --dir}'[edit a file in a given directory]' - {-E, --etc}'[edit a file in /etc]' - {-e, --editor}'[use a given editor]' + {-h,--help}'[show this help message and exit]' + {-b,--boot}'[edit a file in /boot]' + {-d,--dir}'[edit a file in a given directory]' + {-E,--etc}'[edit a file in /etc]' + {-e,--editor}'[use a given editor]' '*:filename:_files' )