From 442c10330aefe88b02e806ae9d22cfd8df843cd8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 10 Apr 2024 11:04:26 -0600 Subject: [PATCH] remove ssh-agent tmux --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index 25743b9..8a06efe 100644 --- a/.zshrc +++ b/.zshrc @@ -58,8 +58,6 @@ alias sbcl="rlwrap sbcl" alias spt="spt --tick-rate 12" alias vim="nvim" -alias tmux="ssh-agent tmux" - # Wasmer export WASMER_DIR="/Users/lizzy/.wasmer" [ -s "$WASMER_DIR/wasmer.sh" ] && source "$WASMER_DIR/wasmer.sh"