1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Add tmux aliases

This commit is contained in:
Kevin Traver 2013-10-23 23:17:43 -07:00
parent c79e5a97a9
commit d01ca03635

View file

@ -1,3 +1,11 @@
#
# Aliases
#
alias ta='tmux attach -t'
alias ts='tmux new-session -s'
alias tl='tmux list-sessions'
# Only run if tmux is actually installed # Only run if tmux is actually installed
if which tmux &> /dev/null if which tmux &> /dev/null
then then