From 5264b1f98b851978e5794c51ed38e18b177fd143 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 17 Mar 2022 20:32:59 +0300 Subject: [PATCH] Fix excess dummy link appearance --- zk.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk.zsh b/zk.zsh index bfa1647..d583ae3 100755 --- a/zk.zsh +++ b/zk.zsh @@ -72,7 +72,7 @@ for p (${(k)pages}) { zf_mkdir -p $ZK_CACHE/$p:h ws=($ZK_VERSION ${inode[1]} ${ctime[1]} $ws) print -l $ws > $ZK_CACHE/$p - ws=(${ws[3,-1]}) + ws=(${ws[4,-1]}) } [[ $ws ]] && links[$p]=${(j: :)ws} } -- 2.44.0