Add "ve" command to fish.

Useful for Python environment management.

Or I should start using pipx...
This commit is contained in:
Eli Ribble 2023-12-05 17:46:41 -07:00
parent b6db763b8e
commit ff8ea83cbc
1 changed files with 3 additions and 0 deletions

3
fish/functions/ve.fish Normal file
View File

@ -0,0 +1,3 @@
function ve
source ve/bin/activate.fish
end