zsh: upgrade atmux function
This commit is contained in:
parent
e788939620
commit
ea66bb1a2f
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
@ -172,7 +172,7 @@ gsi() { command tig status }
|
||||||
|
|
||||||
# tmux
|
# tmux
|
||||||
tmux() { command tmux -2 $@ }
|
tmux() { command tmux -2 $@ }
|
||||||
atmux() { tmux attach }
|
atmux() { tmux attach || tmux }
|
||||||
|
|
||||||
# screen
|
# screen
|
||||||
rscreen() { command screen -Dr }
|
rscreen() { command screen -Dr }
|
||||||
|
|
Loading…
Reference in a new issue