dotfiles/.config/fish/functions/copyp.fish

3 lines
52 B
Fish

function copyp
path resolve $argv | wl-copy
end