dotfiles/.config/fish/functions/copypath.fish

3 lines
55 B
Fish

function copypath
path resolve $argv | wl-copy
end