Commit 0c47d8cf authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3146 from typekpb/tmux-aliases

additional tmux aliases
parents 304e8f04 eb054975
......@@ -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
......
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