Feat: use . instead of source in config.fish

This commit is contained in:
Bertrand Benjamin 2019-06-09 10:29:17 +02:00
parent 8ac5323474
commit fc061021d5
1 changed files with 1 additions and 1 deletions

View File

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