This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-11-13 00:17:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a2d0016cc1
fish-shell
/
share
/
completions
/
pip.fish
2 lines
43 B
Fish
Raw
Normal View
History
Unescape
Escape
completions: Stop checking for command existence Since 4414d5c8885b5cd53c7ab42f70bd2824050907f0 (in fish 3.0.0) we don't autoload completions if the command doesn't exist. So there is no need to check inside the scripts anymore. Whats more, a few (like pip and cabal) checked `command -q` instead of `type -q`, meaning they'd fail if someone used a function instead of a command of that name. If the *command* actually needs to exist, checks like that are still warranted, like in `npm` where aliasing it to `nvm` is popular. A teensy additional bit: Make `sysctl -w` the same as `sysctl --write`. That description was bogus.
2020-05-18 18:10:03 +00:00
pip
completion
--fish
2
>
/dev/null
|
source
Reference in a new issue
Copy permalink