mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
parent
7e48f5cc4f
commit
78fe53406e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
if command -sq pip2
|
if command -sq pip2
|
||||||
pip3 completion --fish | string replace -r "\b-c\s+pip\b" -- "-c pip2" | source
|
pip2 completion --fish | string replace -r "\b-c\s+pip\b" -- "-c pip2" | source
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue