Skip to content

Commit

Permalink
additional tmux aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
typekpb committed Sep 16, 2014
1 parent 96e4e5d commit eb05497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/tmux/tmux.plugin.zsh
Expand Up @@ -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
Expand Down

0 comments on commit eb05497

Please sign in to comment.