Commit 07ad2bad authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2192 from kevintraver/tmux-aliases

Add tmux aliases
parents 6533dc6b d01ca036
#
# Aliases
#
alias ta='tmux attach -t'
alias ts='tmux new-session -s'
alias tl='tmux list-sessions'
# Only run if tmux is actually installed
if which tmux &> /dev/null
then
......
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