# Defined in /tmp/fish.x8fmPB/copy.fish @ line 2
function copy
bash -c "cp -r '$argv[1]' '$dest'; echo -e \\nCopy of '$argv[1]' complete" &
end