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

5 lines
50 B
Fish

function cp
command cp --reflink=auto $argv
end