Fish function to enter a venv

This commit is contained in:
Tim McCarthy
2020-04-17 13:04:52 -07:00
committed by Tim McCarthy
parent a8e3dcf4ce
commit b59a39bcc8

5
fish/functions/vv.fish Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env fish
function vv
source venv/bin/activate.fish
end