summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2026-02-09 14:31:32 +0300
committerLibravatar Mora Unie Youer <[email protected]>2026-02-09 14:31:32 +0300
commit73fd954b711077a659accc529620c53575ffc36f (patch)
treee2108178b4484d9a175461209d6e0cb78788b037
parentsnapshot: 2026-02-08 (diff)
downloadzk-73fd954b711077a659accc529620c53575ffc36f.tar.gz
zk-73fd954b711077a659accc529620c53575ffc36f.tar.bz2
zk-73fd954b711077a659accc529620c53575ffc36f.tar.lz
zk-73fd954b711077a659accc529620c53575ffc36f.tar.xz
zk-73fd954b711077a659accc529620c53575ffc36f.tar.zst
zk-73fd954b711077a659accc529620c53575ffc36f.zip
snapshot: 2026-02-09
-rw-r--r--.zk/config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index dd3060f..c6d5b4a 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -204,8 +204,9 @@ conf = '$EDITOR "$ZK_NOTEBOOK_DIR/.zk/config.toml"'
# Recreate database
recreate = 'rm "$ZK_NOTEBOOK_DIR/.zk/notebook.db" && zk index'
-# Commmit changes
+# Git commands
commit = "$ZK_NOTEBOOK_DIR/.zk/commit.sh"
+push = "git push origin master $@"
# Creation commands
directory = 'zk new --no-input --template="directory.md"'