diff options
Diffstat (limited to '')
| -rw-r--r-- | .zk/config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zk/config.toml b/.zk/config.toml index 3a9b19a..24fc620 100644 --- a/.zk/config.toml +++ b/.zk/config.toml @@ -201,6 +201,9 @@ dead-link = "error" # Edit this configuration file. conf = '$EDITOR "$ZK_NOTEBOOK_DIR/.zk/config.toml"' +# Commmit changes +commit = "$ZK_NOTEBOOK_DIR/.zk/commit.sh" + # Creation commands huge-idea = 'zk new --no-input --template="huge-idea.md"' tiny-idea = 'zk new --no-input --template="tiny-idea.md"' |
