feat(zsh): add alias for large file copies using rsync

This commit is contained in:
Khaïs COLIN 2024-08-23 16:33:58 +02:00
parent 25b9eaf83b
commit 7263ad2aea

View file

@ -93,6 +93,10 @@ in {
vim = "nvim"; vim = "nvim";
vi = "nvim"; vi = "nvim";
# progress cp
# https://serverfault.com/questions/43014/copying-a-large-directory-tree-locally-cp-or-rsync
pcp = "rsync --info=progress2 --archive --hard-links --acls --xattrs --human-readable --sparse --stats";
}; };
initExtra = '' initExtra = ''
# enable jj completion # enable jj completion