You've already forked dotfiles
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:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user