mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge 28ec03216a into 362927003b
This commit is contained in:
commit
5fce8e6b9f
2 changed files with 2 additions and 0 deletions
1
plugins/screen/screen.plugin.zsh
Normal file
1
plugins/screen/screen.plugin.zsh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
if [[ $STY = '' ]] then screen -xR; fi
|
||||||
1
plugins/tmux/tmux.plugin.zsh
Normal file
1
plugins/tmux/tmux.plugin.zsh
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
if [[ $STY = '' ]] then tmux -2 attach; fi
|
||||||
Loading…
Add table
Add a link
Reference in a new issue