The temp fix stopped working
This commit is contained in:
parent
96ace6e0e8
commit
03d7b3e1cf
@ -178,7 +178,6 @@ function _bm {
|
|||||||
for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do
|
for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do
|
||||||
compadd -q -S '/' "${__bm_bookmark_cache[${i}]}"
|
compadd -q -S '/' "${__bm_bookmark_cache[${i}]}"
|
||||||
done
|
done
|
||||||
printf '' # I don't know why, but this fixes things
|
|
||||||
else
|
else
|
||||||
__bm_bookmark_location "${arg}"
|
__bm_bookmark_location "${arg}"
|
||||||
if [[ -d "${__bm_res[1]}" ]]; then
|
if [[ -d "${__bm_res[1]}" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user