Skip to content

Commit

Permalink
Add tmux attach -d alias (ohmyzsh#5285)
Browse files Browse the repository at this point in the history
  • Loading branch information
drGrove authored and avleen committed Dec 23, 2016
1 parent 774fdf7 commit e783a62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/tmux/tmux.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e783a62

Please sign in to comment.