fish/functions/h.fish @ 27ccadef78b3

More
author Steve Losh <steve@stevelosh.com>
date Thu, 09 May 2019 16:45:09 -0400
parents 0d6656688318
children (none)
function h -d "hg" --wraps "hg"
    hg $argv
end