dotfiles/.config/fish/functions/copy.fish

4 lines
94 B
Fish

function copy --wraps=wl-copy --description 'alias copy=wl-copy'
wl-copy $argv
end