From 02c4ee44b0252b79f925429b9d2206a1f99a2665 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Thu, 6 Dec 2018 17:28:57 -0500 Subject: [PATCH] Add venv alias --- profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profile b/profile index e5f3bb9..68f193e 100644 --- a/profile +++ b/profile @@ -1,4 +1,3 @@ [ -n "$PROFILE" ] && return || readonly PROFILE=1 -# for haskell -export PATH="$HOME/Library/Python/2.7/bin:$PATH" +alias venv=". venv/bin/activate"