fish/functions/ep.fish @ aeab9d321fea

Add fish functions
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2016 11:42:00 +0000
parents (none)
children 622e08ad5e40
function ep -d "Edit .plan"
    vim ~/.plan/README.markdown; and hg -R ~/.plan ci -m 'Update'
end