fish/functions/skim.fish @ 735d4fc86bc8

Unfuck the lisp shell script wrapper hairball
author Steve Losh <steve@stevelosh.com>
date Sun, 10 Apr 2016 22:14:09 +0000
parents 65685da8eca0
children (none)
function skim -d "Open file in Skim.app"
    open -a Skim $argv
end