From 51177ef0ae3abf4d3a63036b42fc551b15ce807c Mon Sep 17 00:00:00 2001 From: Ryuhei Yoshida Date: Mon, 26 Sep 2022 16:04:37 +0900 Subject: [PATCH] Fix completions/tox --- share/completions/tox.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/tox.fish b/share/completions/tox.fish index a3f88e206..327bc540a 100644 --- a/share/completions/tox.fish +++ b/share/completions/tox.fish @@ -1,4 +1,4 @@ -function ___fish_toxenvs +function __fish_toxenvs echo ALL tox --listenvs-all 2>/dev/null end