Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Gaetan Semet 2014-12-23 16:51:46 +01:00
commit 1611be25ff
30 changed files with 239 additions and 151 deletions

View file

@ -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