Add doas completion (2) (missing file in previous commit)
This commit is contained in:
parent
9f25786e60
commit
406023ed33
|
@ -0,0 +1,10 @@
|
|||
fn complete {|@argv|
|
||||
if (and (> (count $argv) 2) (has-key $edit:completion:arg-completer $argv[1])) {
|
||||
$edit:completion:arg-completer[$argv[1]] (all $argv[1:])
|
||||
} else {
|
||||
edit:complete-sudo $@argv
|
||||
}
|
||||
}
|
||||
|
||||
set edit:completion:arg-completer[doas] = $edit:complete-sudo~
|
||||
#edit:completion:arg-completer[doas] = $-complete~
|
Loading…
Reference in New Issue