fish/functions/skim.fish @ c0b7ab63d895

More
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Jul 2016 17:11:04 +0000
parents 65685da8eca0
children (none)
function skim -d "Open file in Skim.app"
    open -a Skim $argv
end