tmux alias to sshagent tmux

This commit is contained in:
Elizabeth Hunt 2024-03-09 00:33:59 -07:00
parent 5d69c0e1a2
commit 22da0331dc
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

2
.zshrc
View File

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