comparison zshrc @ 59:582fde73557e

update alias name
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 04 Feb 2015 02:21:39 +0100
parents 93e011f2a836
children a543849b6888
comparison
equal deleted inserted replaced
58:93e011f2a836 59:582fde73557e
32 mcd() { mkdir $1; cd $1 } 32 mcd() { mkdir $1; cd $1 }
33 psg() { ps auxww | grep -v grep | grep -i "$@" } 33 psg() { ps auxww | grep -v grep | grep -i "$@" }
34 alias pd=pushd 34 alias pd=pushd
35 alias history="history 1" 35 alias history="history 1"
36 alias ta="tmux attach -t" 36 alias ta="tmux attach -t"
37 alias tx="tmux new -s" 37 alias tn="tmux new -s"
38 38
39 # no history handling for now ... or find a better way to save history per shell not across all shells 39 # no history handling for now ... or find a better way to save history per shell not across all shells
40 export HISTFILE= 40 export HISTFILE=
41 export HISTSIZE=100 41 export HISTSIZE=100
42 42