fish/functions/pbc.fish @ e057559ad5ec

More bins on servers
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Jan 2020 09:29:26 -0500
parents 069ed14df8ff
children (none)
function pbc -d "pbcopy"
    xsel --clipboard --input
end