Move venv to .venv for fish

This commit is contained in:
Bertrand Benjamin 2019-05-05 10:30:24 +02:00
parent fb135f6d66
commit 79e07f88cd

View File

@ -13,5 +13,5 @@ function doublea5
end
# activate virtual env
source venv/bin/activate.fish
source .venv/bin/activate.fish