From 3834ca5a32082abd282f01c6e4b916ee6ec20544 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 8 Sep 2014 10:15:54 +0200 Subject: [PATCH] - Update the alias for the terminal multiplexers. --- CHANGELOG | 5 +++++ zshrc | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..f535b5c --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,5 @@ +2014-09-08 1.0.1 +Fix release: + +Fix: +- Update the alias for the terminal multiplexers. diff --git a/zshrc b/zshrc index 817a1d0..9d6a4d8 100644 --- a/zshrc +++ b/zshrc @@ -119,12 +119,8 @@ alias wotgobblemem='ps -o time,ppid,pid,nice,pcpu,pmem,user,comm -A | sort -n -k alias untargz='tar -zxvf' alias untarbz2='tar -jxvf' -# Screen -#alias totod='screen -c ~/.screen/scr.toto' -#alias toto='screen -x toto' -#alias toto='screen -Rd toto -c ~/.screen/scr.toto' -#alias toto='tmux attach -f ~/.tmux.conf -d -t 0' -alias toto='tmux a -t 0 ' +# Terminal multiplexer +alias toto='tmux -f ~/.tmux/tmux.conf a -t 0 ' alias ci='screen -x ssh || screen -c ~/.screen/scr.ssh_ci' ## Git