mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Add available options for [-+]o
option for ksh
This commit is contained in:
parent
106552ac42
commit
11504f79bb
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
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,b,c,e,f,h,i,k,n,o,p,r,s,t,u,v,x,B,C,D,P}"
|
||||
complete -c ksh -a "-{a,b,c,e,f,h,i,k,n,o,p,r,s,t,u,v,x,B,C,D,P}"
|
||||
complete -c ksh -s R
|
||||
|
||||
complete -c ksh -a "$options"
|
||||
|
|
Loading…
Reference in a new issue