fish/functions/pbc.fish @ eb02b7270d28

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:10:41 +0000
parents 069ed14df8ff
children (none)
function pbc -d "pbcopy"
    xsel --clipboard --input
end