fish/functions/o.fish @ 73adae8ca49d

Add vim/bundle/_wat to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Fri, 23 Jun 2017 13:41:39 +0000
parents 0d6656688318
children (none)
function o -d "open" --wraps "open"
    open $argv
end