fish/functions/skim.fish @ 493c5e72391d

Add missing file
author Steve Losh <steve@stevelosh.com>
date Tue, 26 Jun 2018 14:49:12 -0400
parents 65685da8eca0
children (none)
function skim -d "Open file in Skim.app"
    open -a Skim $argv
end