Fish function to enter a venv

This commit is contained in:
Tim McCarthy
2020-04-22 08:04:39 -07:00
committed by tim.mccarthy
parent a8e3dcf4ce
commit b59a39bcc8
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env fish
function vv
source venv/bin/activate.fish
end