- Update the alias for the terminal multiplexers.
This commit is contained in:
parent
b4277a1fe1
commit
3834ca5a32
|
@ -0,0 +1,5 @@
|
|||
2014-09-08 1.0.1
|
||||
Fix release:
|
||||
|
||||
Fix:
|
||||
- Update the alias for the terminal multiplexers.
|
8
zshrc
8
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
|
||||
|
|
Loading…
Reference in New Issue