# HG changeset patch # User Dirk Olmes # Date 1544017333 -3600 # Node ID 55466fa02e0a93ca6041453926d3658e0353f6e6 # Parent bb583ebb33e619526dcddcd9eaf4cdaab33d5d7c move the upload alias to a more generic place diff -r bb583ebb33e6 -r 55466fa02e0a zshrc --- 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= diff -r bb583ebb33e6 -r 55466fa02e0a zshrc-cassiopeia --- 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"