From 55bf8a6f2e2d5fb9d5262f74c82e76adfdb1e6c3 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 12 Apr 2026 02:43:50 -0700 Subject: [PATCH] Update emacs-bookmark.zsh --- emacs-bookmark.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-bookmark.zsh b/emacs-bookmark.zsh index b749a92..cc3438e 100644 --- a/emacs-bookmark.zsh +++ b/emacs-bookmark.zsh @@ -58,7 +58,7 @@ function __bm_hash_dirs { # Then add the hash dirs for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do - local name="${__bm_bookmark_cache[${i}]://=/}" + local name="${__bm_bookmark_cache[${i}]//=/}" hash -d "${name}=${__bm_bookmark_cache[${i} + 2]}" done }