fish/functions/ez.fish @ 4e1d6d6873fe

More
author Steve Losh <steve@stevelosh.com>
date Wed, 08 May 2024 10:22:18 -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