From d818545f5a34086901a2b09c3dda67a3ea555aa9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 2 Oct 2014 18:38:46 +0200 Subject: [PATCH] add tmux --- .bash_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_aliases b/.bash_aliases index d3f4df3..fd036da 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -65,3 +65,4 @@ alias mv='mv -i' alias rtags='ctags --exclude=*.js --exclude=example -Rf .tags' alias rpyc='find ./ -iname "*.pyc" -exec rm {} \;' +alias ta='tmux attach' -- 2.39.5