Fixed tmux attach.

Was originally -s instead of -t, so it would not work.
This commit is contained in:
sebrink 2020-01-06 09:35:47 -05:00 committed by GitHub
parent bc51528f1a
commit 129d586ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ category: CLI
$ tmux new -s session_name
$ tmux attach # Default session
$ tmux attach -s session_name
$ tmux attach -t session_name
$ tmux switch -t session_name