functions/__fish_anypython: Also try python{3,2}.7
NetBSD!!!!! *shakes fist*
This commit is contained in:
parent
93d9fa4551
commit
c392a05db0
@ -1,6 +1,6 @@
|
||||
function __fish_anypython
|
||||
# Try python3 first, because that's usually faster and generally nicer.
|
||||
for py in python3 python2 python
|
||||
for py in python3 python3.7 python2 python2.7 python
|
||||
command -sq $py
|
||||
and echo $py
|
||||
and return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user