fish/functions/vp.fish @ 70b6d271f34d

ocamlol
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Dec 2014 21:59:00 -0500
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end