My fish config
This commit is contained in:
3
functions/rsync-adb.fish
Normal file
3
functions/rsync-adb.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function rsync-adb --wraps='rsync -auv --progress --inplace --no-perms --omit-dir-times' --description 'alias rsync-adb rsync -auv --progress --inplace --no-perms --omit-dir-times'
|
||||
rsync -auv --progress --inplace --no-perms --omit-dir-times $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user