From 22da0331dcc7daa101f49a226d901b07a324410b Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 9 Mar 2024 00:33:59 -0700 Subject: [PATCH] tmux alias to sshagent tmux --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 85446f5..5c34c70 100644 --- a/.zshrc +++ b/.zshrc @@ -57,6 +57,8 @@ alias fuckctl="journalctl -fu" alias sbcl="rlwrap sbcl" alias spt="spt --tick-rate 12" +alias tmux="sshagent tmux" + # Wasmer export WASMER_DIR="/Users/lizzy/.wasmer" [ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"