diff options
| author | 2026-02-10 00:32:55 +0300 | |
|---|---|---|
| committer | 2026-02-10 00:32:55 +0300 | |
| commit | e76f713a96d53675a8559d39930265ce2dd7d075 (patch) | |
| tree | 8e12e75be709de473631a92a65cad70b19d90a44 | |
| parent | snapshot: 2026-02-09 (diff) | |
| download | zk-master.tar.gz zk-master.tar.bz2 zk-master.tar.lz zk-master.tar.xz zk-master.tar.zst zk-master.zip | |
| -rw-r--r-- | .zk/config.toml | 2 |
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"' |
