fish/functions/ez.fish @ adb18a61e30f

More
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jul 2026 11:08:03 -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