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