From 728a747d12165473bcd3baae4feb5f6df7282c98 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 9 Nov 2024 18:05:01 -0500 Subject: [PATCH] Auto commit: 2024-11-09 18:05:01 --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index fd40e54e..1d267bdf 100644 --- a/.zshrc +++ b/.zshrc @@ -27,6 +27,9 @@ alias tl="tmux list-sessions" alias tn="tmux new-session" alias tnt="tmux new-session -t" +alias svenv="source .venv/bin/activate" +alias szsh="source ~/.zshrc" + bindkey -r '^T' # Created by `pipx` on 2024-09-20 02:14:00