fish/functions/ez.fish @ e7338d0c9900

Fix terminal colors
author Steve Losh <steve@stevelosh.com>
date Tue, 03 Oct 2023 13:52:23 -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