fish/functions/et.fish @ 526cc3926998

Merge.
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Nov 2019 16:43:27 -0500
parents 1cb6fe38b946
children (none)
function et -d "Edit TODOs"
    cd ~/.plan
    nvim TODO
    git cm 'Edit TODOs' -a
end