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

5 lines
91 B
Fish

# Defined in - @ line 1
function cp --description 'alias cp advcp -g'
advcp -g $argv;
end