1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Update config.fish

This commit is contained in:
Mo 2022-08-24 23:48:52 +02:00
parent 0e8aa3a614
commit d52e4791a5

View file

@ -26,10 +26,10 @@ if status is-interactive
## Safety options
abbr -ag cp "cp -i"
abbr -ag mv "mv -i"
abbr -ag rmi "rm -i"
abbr -ag rmr "rm -r"
## Default options
set -g rsync "rsync -ravhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2"
set -g rsync "rsync -avhL --partial --zc=zstd --zl=8 --no-i-r --info=progress2"
abbr -ag rsync $rsync
abbr -ag onefetch "onefetch --no-palette"