fish/functions/hex.fish @ 2f4e50ec8f4d

Update subrepos
author Steve Losh <steve@stevelosh.com>
date Sat, 20 Feb 2016 12:41:54 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end