feat: Adding back in an rsync "move" that shows progress when moving

files and can work across remote systems if need be.
This commit is contained in:
2026-08-30 08:51:12 -05:00
parent 089ba53e8b
commit f9d056668d

View File

@@ -6,6 +6,7 @@ alias du="du -h -d 1" # Always use human readable format and only for the curren
alias k="killall" # Quick killall
alias p="ps ux | grep $1" # Quick process search
alias n="$EDITOR" # Just open the usual editor
alias mvr="rsync -aP --remove-source-files"
# Switch directories
alias repos="cd ~/repos/"