Commit 906a7731 authored by Daniel Grove's avatar Daniel Grove Committed by Robby Russell
Browse files

Add tmux attach -d alias (#5285)

parent 0181fe49
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment