fish/functions/pbp.fish @ 25592561dd6f

Merge.
author Steve Losh <steve@stevelosh.com>
date Sat, 08 Jun 2019 12:07:30 -0400
parents 069ed14df8ff
children (none)
function pbp -d "pbpaste"
    xsel --clipboard
end