mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
shells: change default rsync flags
This commit is contained in:
parent
d5b8b27fb2
commit
05875b9a3b
@ -404,8 +404,7 @@ alias doom="$HOME/.config/emacs/bin/doom"
|
||||
alias e="emacs -nw"
|
||||
alias em="emacsclient -c -a 'emacs'"
|
||||
# rsync
|
||||
alias rsyncdir="rsync -uavP --delete-after"
|
||||
alias rsyncfile="rsync -avP"
|
||||
alias rsyncdir="rsync -avP --delete-after"
|
||||
# youtube-dl
|
||||
alias yoump3="youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail"
|
||||
alias youflac="youtube-dl --extract-audio --audio-format flac"
|
||||
|
@ -34,8 +34,7 @@ alias doom='$HOME/.config/emacs/bin/doom'
|
||||
abbr e 'emacs -nw'
|
||||
abbr em "emacsclient -c -a 'emacs'"
|
||||
# rsync
|
||||
abbr rsyncdir "rsync -uavP --delete-after"
|
||||
abbr rsyncfile "rsync -avP"
|
||||
abbr rsyncdir "rsync -avP --delete-after"
|
||||
# youtube-dl
|
||||
abbr yoump3 'youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail'
|
||||
abbr youflac 'youtube-dl --extract-audio --audio-format flac'
|
||||
|
@ -28,8 +28,7 @@ alias doom="$HOME/.config/emacs/bin/doom"
|
||||
alias e="emacs -nw"
|
||||
alias em="emacsclient -c -a 'emacs'"
|
||||
# rsync
|
||||
alias rsyncdir="rsync -uavP --delete-after"
|
||||
alias rsyncfile="rsync -avP"
|
||||
alias rsyncdir="rsync -avP --delete-after"
|
||||
# youtube-dl
|
||||
alias yoump3="youtube-dl --extract-audio --audio-format mp3 --embed-thumbnail"
|
||||
alias youflac="youtube-dl --extract-audio --audio-format flac"
|
||||
|
@ -4,8 +4,7 @@ abbr ....="cd ../../.."
|
||||
abbr claer="clear"
|
||||
abbr duso="sudo"
|
||||
abbr gti="git"
|
||||
abbr rsyncdir="rsync -urvP --delete-after"
|
||||
abbr rsyncfile="rsync -vP"
|
||||
abbr rsyncdir="rsync -avP --delete-after"
|
||||
abbr no="grep -viP"
|
||||
abbr sduo="sudo"
|
||||
abbr v="nvim"
|
||||
|
Loading…
Reference in New Issue
Block a user