From a96c52502dbb338c8245e7531b05fb61e015a907 Mon Sep 17 00:00:00 2001 From: tavo Date: Tue, 12 Nov 2024 00:12:41 -0600 Subject: [PATCH] venv --- shell/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/bashrc b/shell/bashrc index 304bd61..d12dab1 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -111,6 +111,7 @@ alias \ qr="qrencode -t ansiutf8" \ clip="xsel -ib" \ em="emacsclient -c -a 'emacs' $@" \ + venv=". ~/.local/share/venv/base/bin/activate" \ [ -f ~/.config/shell/kit ] && . ~/.config/shell/kit