Update emacs-bookmark.zsh
This commit is contained in:
@@ -58,7 +58,7 @@ function __bm_hash_dirs {
|
|||||||
|
|
||||||
# Then add the hash dirs
|
# Then add the hash dirs
|
||||||
for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do
|
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]}"
|
hash -d "${name}=${__bm_bookmark_cache[${i} + 2]}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user