From: Guillaume Pellerin Date: Thu, 2 Oct 2014 16:38:46 +0000 (+0200) Subject: add tmux X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d818545f5a34086901a2b09c3dda67a3ea555aa9;p=yomguy-env.git add tmux --- 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'