diff --git a/internal/namespaces/autocomplete/autocomplete.go b/internal/namespaces/autocomplete/autocomplete.go index 6630b2b65c..95428d9b78 100644 --- a/internal/namespaces/autocomplete/autocomplete.go +++ b/internal/namespaces/autocomplete/autocomplete.go @@ -83,7 +83,7 @@ var autocompleteScripts = map[string]autocompleteScript{ CompleteFunc: ` complete --erase --command scw; complete --command scw --no-files; - complete --command scw --arguments '(scw autocomplete complete fish -- (commandline) (commandline --cursor) (commandline --current-token) (commandline --tokenize --cut-at-cursor))'; + complete --command scw --arguments '(scw autocomplete complete fish -- (commandline) (commandline --cursor) (commandline --current-token) (commandline --current-process --tokenize --cut-at-cursor))'; `, CompleteScript: `eval (scw autocomplete script shell=fish)`, ShellConfigurationFile: map[string]string{