changeset 58:93e011f2a836

add aliases for tmux
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 30 Jan 2015 11:49:47 +0100
parents 16bf58b634d5
children 582fde73557e
files zshrc
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc	Sat Dec 13 03:37:41 2014 +0100
+++ b/zshrc	Fri Jan 30 11:49:47 2015 +0100
@@ -33,6 +33,8 @@
 psg() { ps auxww | grep -v grep | grep -i "$@" }
 alias pd=pushd
 alias history="history 1"
+alias ta="tmux attach -t"
+alias tx="tmux new -s"
 
 # no history handling for now ... or find a better way to save history per shell not across all shells
 export HISTFILE=