ksh.fish fixup: remove errant line

This commit is contained in:
Aaron Gyes 2022-11-27 20:50:00 -08:00
parent fd252daafd
commit b6ca8dca27

View File

@ -1,4 +1,3 @@
set -l options allexport bgnice braceexpand emacs errexit globstar gmacs histexpand ignoreeof keyword letoctal markdirs monitor multiline noclobber noexec noglob nolog notify nounset pipefail privileged showme trackall verbose vi viraw xtrace
complete -c ksh -a "{+,-}{a\t'always export vars',b\t'print job end message immediately',c\t'read commands from 1st arg',e\t'fail on non-zero exit status',f\t'disable pathname expansion',i\t'interactive session',n\t'run script but skip execution',o\t'specify options',p\t'privledged mode',r\t'restricted mode',s\t'read commands from stdin',u\t'error on expanding unset var',v\tverbose,x\t'execution trace',B\t'enable {...} expansion',C\t'always noclobber',D\t'output strings in script'}"
complete -c ksh -a "$options"
complete -c ksh -a "cilrsDEabefhkmnprtuvxBCGH"