fish/functions/skim.fish @ ab96bcc7a4c0

Remove lots of things I never use
author Steve Losh <steve@stevelosh.com>
date Fri, 20 Jan 2017 12:12:18 +0000
parents 65685da8eca0
children (none)
function skim -d "Open file in Skim.app"
    open -a Skim $argv
end