fish/functions/pbc.fish @ 25592561dd6f

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