From 8b45c4092d5da92ac8ed7089b2aec523af7a94ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 18 Mar 2019 13:03:05 +0000 Subject: [PATCH] Enable tmate to cooperate with tmux that is always there --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) 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'" +