fish/functions/ep.fish @ 15bd14518a98

More
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Oct 2017 15:31:00 -0400
parents 622e08ad5e40
children 1cd90a0458e4
function ep -d "Edit .plan"
    nvim ~/.plan/README.markdown; and hg -R ~/.plan ci -m 'Update'
end