diff --git a/.zshrc b/.zshrc index 8ec4ff78..15c0b910 100644 --- a/.zshrc +++ b/.zshrc @@ -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'" +