fish/functions/hex.fish @ 9bead8a9b435

More lispindent shit
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Apr 2016 17:18:27 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end