summaryrefslogtreecommitdiff
path: root/.zk
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2026-02-10 00:32:55 +0300
committerLibravatar Mora Unie Youer <[email protected]>2026-02-10 00:32:55 +0300
commite76f713a96d53675a8559d39930265ce2dd7d075 (patch)
tree8e12e75be709de473631a92a65cad70b19d90a44 /.zk
parentsnapshot: 2026-02-09 (diff)
downloadzk-master.tar.gz
zk-master.tar.bz2
zk-master.tar.lz
zk-master.tar.xz
zk-master.tar.zst
zk-master.zip
snapshot: 2026-02-10HEADmaster
Diffstat (limited to '.zk')
-rw-r--r--.zk/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index c6d5b4a..544a283 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -206,7 +206,7 @@ recreate = 'rm "$ZK_NOTEBOOK_DIR/.zk/notebook.db" && zk index'
# Git commands
commit = "$ZK_NOTEBOOK_DIR/.zk/commit.sh"
-push = "git push origin master $@"
+push = "bash -c 'git push origin master $@'"
# Creation commands
directory = 'zk new --no-input --template="directory.md"'