From b9d6c02186be4ca06adfeeb5c288a157962e4694 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 17 Oct 2011 14:29:08 +0300 Subject: [PATCH] zsh_aliases: I prefer to not need to close useless shell after exiting tmux. --- zsh_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh_aliases b/zsh_aliases index 6942422c..2d3a9ec6 100755 --- a/zsh_aliases +++ b/zsh_aliases @@ -52,9 +52,9 @@ alias proxychains="proxychains " alias rdownload="rsync -avz " # TMUX specific -alias attach="tmux -u attach-session" +alias attach="exec tmux -u attach-session" alias detach="tmux -u detach" -alias tmux="tmux -u" +alias tmux="exec tmux -u" # I am always typoing "aptitude" with my phone... alias aptitute="aptitude "