remove ssh-agent tmux

This commit is contained in:
Elizabeth Hunt 2024-04-10 11:04:26 -06:00
parent d97a9a390b
commit 442c10330a
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

2
.zshrc
View File

@ -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"