Enable tmate to cooperate with tmux that is always there

This commit is contained in:
Cyryl Płotnicki 2019-03-18 13:03:05 +00:00
parent 883ef307a9
commit 8b45c4092d

3
.zshrc
View file

@ -41,3 +41,6 @@ fi
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
alias tmate="tmux detach-client -E 'tmate;tmux'"