fish/functions/ez.fish @ b62a90915e10

More
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Aug 2025 13:26:05 -0400
parents b0aaacce2d6d
children (none)
function ez -d "Edit Zettelkasten"
    pushd ~/src/zk
    hg pull -u
    e .
    hg ci -m 'Update'
    hg push
    popd
end