fish/functions/skim.fish @ 26bc9c0ab0cc

linux
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Jun 2018 09:12:37 -0700
parents 65685da8eca0
children (none)
function skim -d "Open file in Skim.app"
    open -a Skim $argv
end