feat(zsh): add alias for large file copies using rsync
This commit is contained in:
parent
25b9eaf83b
commit
7263ad2aea
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@ in {
|
|||
|
||||
vim = "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 = ''
|
||||
# enable jj completion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue