mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Update plugins/tmux-autoattach/README.md
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
This commit is contained in:
@@ -36,5 +36,7 @@ This tmux plugin will automatically attach a tmux session to your shell session.
|
|||||||
**Multiple**
|
**Multiple**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
{ [ "$DISPLAY" ] || [ "$SSH" ]; } && plugins+=(tmux-autoattach)
|
if [ "$DISPLAY" ] || [ "$SSH" ]; then
|
||||||
|
plugins+=(tmux-autoattach)
|
||||||
|
fi
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user