mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Update config.fish
This commit is contained in:
parent
0e8aa3a614
commit
d52e4791a5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue