mirror of https://github.com/mitchell/dotfiles.git
4 lines
34 B
Fish
4 lines
34 B
Fish
|
function cp
|
||
|
rsync -aP $argv
|
||
|
end
|