diff --git a/zsh/zsh_aliases b/zsh/zsh_aliases index 0960a4a..69d1d6c 100644 --- a/zsh/zsh_aliases +++ b/zsh/zsh_aliases @@ -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/"