diff options
| author | 2026-02-09 14:31:32 +0300 | |
|---|---|---|
| committer | 2026-02-09 14:31:32 +0300 | |
| commit | 73fd954b711077a659accc529620c53575ffc36f (patch) | |
| tree | e2108178b4484d9a175461209d6e0cb78788b037 /.zk | |
| parent | snapshot: 2026-02-08 (diff) | |
| download | zk-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
Diffstat (limited to '.zk')
| -rw-r--r-- | .zk/config.toml | 3 |
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"' |
