fish/functions/pbc.fish @ 5f30a4963a1c

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 09 May 2019 16:45:54 -0400
parents 069ed14df8ff
children (none)
function pbc -d "pbcopy"
    xsel --clipboard --input
end