"vscode:/vscode.git/clone" did not exist on "f7d9dae12e82b724dcb0f482b03b9771c82b5906"
Commit d01ca036 authored by Kevin Traver's avatar Kevin Traver
Browse files

Add tmux aliases

parent c79e5a97
#
# 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