# HG changeset patch # User Dirk Olmes # Date 1423580807 -3600 # Node ID a543849b68887e59349b5b2755821daf6a81f5f3 # Parent 16d8d652fcf1511972b438baf2ec8d6d022662e3 add alias for listing tmux sessions diff -r 16d8d652fcf1 -r a543849b6888 zshrc --- a/zshrc Wed Feb 04 02:56:28 2015 +0100 +++ b/zshrc Tue Feb 10 16:06:47 2015 +0100 @@ -34,6 +34,7 @@ alias pd=pushd alias history="history 1" alias ta="tmux attach -t" +alias tl="tmux list-sessions" alias tn="tmux new -s" # no history handling for now ... or find a better way to save history per shell not across all shells