fish/functions/trademark.fish @ 7512e93d3529

More
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Sep 2023 10:08:18 -0400
parents 758d680aa791
children (none)
function trademark
    echo -n ™ | pbcopy
end