mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add tmux attach -d alias (#5285)
This commit is contained in:
parent
0181fe4970
commit
906a7731af
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
|
||||
alias ta='tmux attach -t'
|
||||
alias tad='tmux attach -d -t'
|
||||
alias ts='tmux new-session -s'
|
||||
alias tl='tmux list-sessions'
|
||||
alias tksv='tmux kill-server'
|
||||
|
|
Loading…
Reference in a new issue