1
0
Fork 0

zsh: upgrade atmux function

This commit is contained in:
Von Random 2020-03-23 10:00:08 +03:00
parent e788939620
commit ea66bb1a2f

2
zshrc
View file

@ -172,7 +172,7 @@ gsi() { command tig status }
# tmux
tmux() { command tmux -2 $@ }
atmux() { tmux attach }
atmux() { tmux attach || tmux }
# screen
rscreen() { command screen -Dr }