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

3 lines
55 B
Fish

function copyp
path resolve $argv | wl-copy -n
end