# HG changeset patch # User Dirk Olmes # Date 1422614987 -3600 # Node ID 93e011f2a83665e247852c4c8a3a04f5bb69d33c # Parent 16bf58b634d5cc4cc779cfa3f7ee20a41c72413c add aliases for tmux diff -r 16bf58b634d5 -r 93e011f2a836 zshrc --- 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=