mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Add ksh
completion
This commit is contained in:
parent
e0fb7f420f
commit
106552ac42
1 changed files with 3 additions and 0 deletions
3
share/completions/ksh.fish
Normal file
3
share/completions/ksh.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
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
|
Loading…
Reference in a new issue