Remove disable file completions line

This commit is contained in:
Evan Fiordeliso 2023-11-13 00:47:04 -05:00
parent c50491da9f
commit 018a72256b
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ var fishTpl = template.Must(template.New("fish").Funcs(tplFuncs).Parse(`
{{- $varName := under $rootCmd.Name -}}
set -l commands {{- range $rootCmd.Subcommands }} {{ .Name }}{{ end }}
complete -c {{ $progName }} -f
function __fish_{{ $varName }}_needs_command
set -l cmd (commandline -opc)
if test (count $cmd) -eq 1