6 lines
71 B
Fish
6 lines
71 B
Fish
#!/usr/bin/env fish
|
|
|
|
function vv
|
|
source venv/bin/activate.fish
|
|
end
|