fish/functions/hex.fish @ edc1952ba1b7

Add new vim bundles
author Steve Losh <steve@stevelosh.com>
date Fri, 22 Jan 2016 11:08:10 +0000
parents 328a3cd17f13
children (none)
function hex -d "Open a file in Hex Fiend"
    open -a Hex\ Fiend $argv
end