Update emacs-bookmark.zsh

This commit is contained in:
2026-04-12 02:43:50 -07:00
parent 9142551060
commit 55bf8a6f2e

View File

@@ -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
}