Add "ve" command to fish.
Useful for Python environment management. Or I should start using pipx...
This commit is contained in:
parent
b6db763b8e
commit
ff8ea83cbc
|
@ -0,0 +1,3 @@
|
||||||
|
function ve
|
||||||
|
source ve/bin/activate.fish
|
||||||
|
end
|
Reference in New Issue