install.doctor
install.doctor copied to clipboard
`.zcompdump` showing up in `$HOME` directory
trafficstars
β What are you experiencing an issue with?
Latest Release
β Version
Latest
π Description
.zcompdump is showing up in the home directory on macOS but should be stored in the ZSH cache folder. See: https://github.com/ohmyzsh/ohmyzsh/issues/7332
βΊοΈ Steps To Reproduce
No response
π Relevant Log Output
No response
π‘ Possible Solution
No response
@ProfessorManhattan, the fix is available already here - compinit -d "$XDG_CACHE_HOME/zsh/zcompdump-$ZSH_VERSION". Tested this on a new installation, the .zcompdump file is not created in $HOME. Could you please validate?
@ProfessorManhattan, this can be closed.