mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
Fix completions/tox
This commit is contained in:
parent
4b9c7fa534
commit
51177ef0ae
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
function ___fish_toxenvs
|
||||
function __fish_toxenvs
|
||||
echo ALL
|
||||
tox --listenvs-all 2>/dev/null
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue