dotfiles/.config/fish/functions/cp.fish
2019-06-13 20:12:29 +02:00

5 lines
50 B
Fish

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