Skip to content

Commit

Permalink
Update plugins/tmux-autoattach/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi Murase <[email protected]>
  • Loading branch information
chopnico and akinomyoga committed Dec 24, 2021
1 parent e327e66 commit fdc66cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/tmux-autoattach/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ This tmux plugin will automatically attach a tmux session to your shell session.
**Multiple**

```bash
{ [ "$DISPLAY" ] || [ "$SSH" ]; } && plugins+=(tmux-autoattach)
if [ "$DISPLAY" ] || [ "$SSH" ]; then
plugins+=(tmux-autoattach)
fi
```

0 comments on commit fdc66cc

Please sign in to comment.