]> Sergey Matveev's repositories - zk.zsh.git/commitdiff
Typo
authorSergey Matveev <stargrave@stargrave.org>
Tue, 15 Mar 2022 07:49:48 +0000 (10:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 15 Mar 2022 07:49:48 +0000 (10:49 +0300)
zk.zsh

diff --git a/zk.zsh b/zk.zsh
index 38455b6f0b185a1cb47c334f8ab973ae66269a9b..94653b1965db5edfa3a39cc8060f7fc6e7a84085 100755 (executable)
--- a/zk.zsh
+++ b/zk.zsh
@@ -118,7 +118,7 @@ genIndex() {
     }
     for p (${(oi)_links}) entries=($entries "[$p] (${pages[$p]})")
     if [[ $cats ]]; then
-        entries=($entries "\nBacklinks:\n")
+        entries=($entries "\nSubdirectories:\n")
         for p (${(oi)cats}) {
             entries=($entries "[$p/Index]")
             _links=($p/Index $_links)