summaryrefslogtreecommitdiff
path: root/.zk
diff options
context:
space:
mode:
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"'