The temp fix stopped working

This commit is contained in:
Alexander Rosenberg 2024-10-21 05:32:43 -07:00
parent 96ace6e0e8
commit 03d7b3e1cf
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -178,7 +178,6 @@ function _bm {
for ((i = 1; i < ${#__bm_bookmark_cache}; i+=4)); do
compadd -q -S '/' "${__bm_bookmark_cache[${i}]}"
done
printf '' # I don't know why, but this fixes things
else
__bm_bookmark_location "${arg}"
if [[ -d "${__bm_res[1]}" ]]; then