Fix typo in tmux command
This commit is contained in:
parent
96fcf81aee
commit
61830b6287
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ emacsro () {
|
|||
}
|
||||
|
||||
tm () {
|
||||
if tmux list-session 2>/dev/null 1>/dev/null
|
||||
if tmux list-sessions 2>&1 1>/dev/null
|
||||
then
|
||||
tmux attach-session
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue