From 05875b9a3b8a50a624e5b6f7a98aba1fcbc99c21 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sat, 1 May 2021 20:03:07 +0300 Subject: [PATCH] shells: change default rsync flags --- home/.bashrc-bloated | 3 +-- home/.config/fish/conf.d/aliases.fish | 3 +-- home/.config/zsh/aliases.zsh | 3 +-- home/.local/share/zsh/abbreviations | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/home/.bashrc-bloated b/home/.bashrc-bloated index 9c8f314..e061267 100644 --- a/home/.bashrc-bloated +++ b/home/.bashrc-bloated @@ -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" diff --git a/home/.config/fish/conf.d/aliases.fish b/home/.config/fish/conf.d/aliases.fish index eedd19c..a284e0b 100644 --- a/home/.config/fish/conf.d/aliases.fish +++ b/home/.config/fish/conf.d/aliases.fish @@ -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' diff --git a/home/.config/zsh/aliases.zsh b/home/.config/zsh/aliases.zsh index 696c06c..277ab15 100644 --- a/home/.config/zsh/aliases.zsh +++ b/home/.config/zsh/aliases.zsh @@ -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" diff --git a/home/.local/share/zsh/abbreviations b/home/.local/share/zsh/abbreviations index 71918aa..d1eb0c6 100644 --- a/home/.local/share/zsh/abbreviations +++ b/home/.local/share/zsh/abbreviations @@ -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"