fish/functions/et.fish @ fccbc17efadf

Merge.
author Steve Losh <steve@stevelosh.com>
date Tue, 21 May 2019 10:23:36 -0400
parents 1cb6fe38b946
children (none)
function et -d "Edit TODOs"
    cd ~/.plan
    nvim TODO
    git cm 'Edit TODOs' -a
end