fish/functions/hex.fish @ 89f02592c52e

more shit
author Steve Losh <steve@stevelosh.com>
date Mon, 01 Dec 2014 10:32:12 -0800
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end