- Update the alias for the terminal multiplexers.

This commit is contained in:
gardouille 2014-09-08 10:15:54 +02:00
parent b4277a1fe1
commit 3834ca5a32
2 changed files with 7 additions and 6 deletions

5
CHANGELOG Normal file
View File

@ -0,0 +1,5 @@
2014-09-08 1.0.1
Fix release:
Fix:
- Update the alias for the terminal multiplexers.

8
zshrc
View File

@ -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