fish/functions/vp.fish @ d0382bc711a0

Merge.
author Steve Losh <steve@stevelosh.com>
date Fri, 15 May 2015 23:37:44 -0400
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end