dotfiles/.config/fish/functions/cp.fish

4 lines
34 B
Fish
Raw Permalink Normal View History

function cp
rsync -aP $argv
end