From ff08ff5b04dc1a5e4702406b80d20e5959375f88 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Fri, 28 Aug 2015 11:09:46 +0200 Subject: [PATCH] New alias to attach an existant tmux or create a new one. --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index a4d08c3..019c06b 100644 --- a/zshrc +++ b/zshrc @@ -123,6 +123,7 @@ alias untarbz2='tar -jxvf' # Terminal multiplexer alias toto='tmux -f ~/.tmux/splitHP a -t 0 ' alias ci='screen -x ssh || screen -c ~/.screen/scr.ssh_ci' +alias ta='tmux a || tmux' ## Git # Télécharger et merge les maj