summaryrefslogtreecommitdiff
path: root/.zk
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2026-05-18 23:01:54 +0300
committerLibravatar Mora Unie Youer <[email protected]>2026-05-18 23:01:54 +0300
commit79b393de1da0cb9341334331126a4338f8f16424 (patch)
tree9f13e8e515e12789e6b70206e69cbe1b34067e89 /.zk
parentsnapshot: 2026-05-05 (diff)
downloadzk-79b393de1da0cb9341334331126a4338f8f16424.tar.gz
zk-79b393de1da0cb9341334331126a4338f8f16424.tar.bz2
zk-79b393de1da0cb9341334331126a4338f8f16424.tar.lz
zk-79b393de1da0cb9341334331126a4338f8f16424.tar.xz
zk-79b393de1da0cb9341334331126a4338f8f16424.tar.zst
zk-79b393de1da0cb9341334331126a4338f8f16424.zip
snapshot: 2026-05-18
Diffstat (limited to '')
-rw-r--r--.zk/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index 4aaca48..4cac097 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -205,6 +205,9 @@ missing-backlink = { level = "hint", position = "bottom" }
# Note the use of a pipe and the location of $@.
#hist = "zk list --format path --delimiter0 --quiet $@ | xargs -t -0 git log --patch --"
+# Exclude journal from search
+ls = "zk list --exclude journal $@"
+
# Edit this configuration file.
conf = '$EDITOR "$ZK_NOTEBOOK_DIR/.zk/config.toml"'