comparison zshrc @ 151:55466fa02e0a

move the upload alias to a more generic place
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 05 Dec 2018 14:42:13 +0100
parents 163ef90dd755
children 0bd8976bd5fb
comparison
equal deleted inserted replaced
150:bb583ebb33e6 151:55466fa02e0a
42 alias sr='screen -r' 42 alias sr='screen -r'
43 alias suod=sudo 43 alias suod=sudo
44 alias ta="tmux attach -t" 44 alias ta="tmux attach -t"
45 alias tl="tmux list-sessions" 45 alias tl="tmux list-sessions"
46 alias tn="tmux new -s" 46 alias tn="tmux new -s"
47 alias upload="rsync --partial --progress --rsh=ssh"
47 48
48 # no history handling for now ... or find a better way to save history per shell not across all shells 49 # no history handling for now ... or find a better way to save history per shell not across all shells
49 export HISTFILE= 50 export HISTFILE=
50 export HISTSIZE=500 51 export HISTSIZE=500
51 52