From 79e07f88cd8d3da91b21f0c1b124e594a680e521 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 5 May 2019 10:30:24 +0200 Subject: [PATCH] Move venv to .venv for fish --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index 33d9bb6..33fa949 100755 --- a/config.fish +++ b/config.fish @@ -13,5 +13,5 @@ function doublea5 end # activate virtual env -source venv/bin/activate.fish +source .venv/bin/activate.fish