Mercurial > hg > zsh-env
changeset 63:a543849b6888
add alias for listing tmux sessions
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 10 Feb 2015 16:06:47 +0100 |
parents | 16d8d652fcf1 |
children | efe5f376e911 57f3a64cd46b |
files | zshrc |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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