mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
additional tmux aliases
This commit is contained in:
parent
96e4e5dd03
commit
eb0549750f
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
alias ta='tmux attach -t'
|
||||
alias ts='tmux new-session -s'
|
||||
alias tl='tmux list-sessions'
|
||||
alias tksv='tmux kill-server'
|
||||
alias tkss='tmux kill-session -t'
|
||||
|
||||
# Only run if tmux is actually installed
|
||||
if which tmux &> /dev/null
|
||||
|
|
Loading…
Reference in a new issue