Closed niflostancu closed 2 years ago
Hi, @niflostancu could you provide the output of echo $ZI[CACHE_DIR]
, echo $ZSH_CACHE_DIR
and echo $XDG_CACHE_DIR
.
Hello, I think you meant XDG_CACHE_HOME
, here you go:
➜ echo '|' $ZI[CACHE_DIR] '|' $ZSH_CACHE_DIR '|' $XDG_CACHE_HOME
| | ~/.cache/zconfig | ~/.cache
Oh, yes, I recall, I added this to my zsh config:
typeset -Ag ZI
export ZI[HOME_DIR]="$ZSH_CACHE_DIR"
export ZI[BIN_DIR]="${ZI[HOME_DIR]}/bin"
Thanks for pointing this out :+1: A fix has been applied. Please update Zi, reload the shell, and re-open if the issue persists :dart:
That was quick. Thanks, it works now ;)
Issue closed and locked due to lack of activity. If you encounter this same issue, please open a new issue and refer to this closed one.
Environment
Arch Linux, zsh 5.9
Reproduction steps
I am trying to install FZF + extras using the snippet there: https://wiki.zshell.dev/community/gallery/collection/programs#gh-r-junegunnfzf--extras
It doesn't work anymore :(
Expected behavior
Current behavior
Results in:
The other annexes work, but the dl'...' hook doesn't run (nothing printed). Worked beautifully until I upgraded today.
Additional information
Since commit #25a22 it doesn't work anymore (I bisected it).
Self-service
Have you read the Contributing Guidelines?
Are you familiar with the Contributor Covenant Code of Conduct?
Contact Details
No response