Mercurial > hg > zsh-env
changeset 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 | bb583ebb33e6 |
children | 62c9cbe45942 |
files | zshrc zshrc-cassiopeia |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc Mon Nov 12 13:27:45 2018 +0100 +++ b/zshrc Wed Dec 05 14:42:13 2018 +0100 @@ -44,6 +44,7 @@ alias ta="tmux attach -t" alias tl="tmux list-sessions" alias tn="tmux new -s" +alias upload="rsync --partial --progress --rsh=ssh" # no history handling for now ... or find a better way to save history per shell not across all shells export HISTFILE=
--- a/zshrc-cassiopeia Mon Nov 12 13:27:45 2018 +0100 +++ b/zshrc-cassiopeia Wed Dec 05 14:42:13 2018 +0100 @@ -25,6 +25,7 @@ alias env="env | sort | $PAGER" alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" +alias jmx="docker run -it --rm --network host exentra/jmxterm:latest" alias mtail=multitail alias top=htop alias ytdl="youtube-dl -x --audio-format mp3"