dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit b5f83933a5dd8a60b35841c3f1ddc4505fa2d5bc
parent 1332db8569e24f62c07b9707e98112d5f2d3ed15
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 23 Apr 2018 14:44:24 +0200

Added alias for rsync with removing source files -- rrsync

Diffstat:
M.commonprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.commonprofile b/.commonprofile @@ -15,6 +15,7 @@ alias r='ranger' cd() { builtin cd -P "$@"; ls; } # List contents after cding mkcd() { mkdir -p -- "$1" && cd -P -- "$1" } # Make dir and cd at the same time procinfo() { ps -aux | grep $1 } # Get info about a process (by name) +alias rrsync='rsync -avhW --progress --remove-source-files' ### DOUG SCRIPTS TRIAL RESET ### alias rs_notinplaylist="rm /Users/alex/Library/iTunes/.ntnny.txt"