megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
99 stars 22 forks source link

`.zcompdump` showing up in `$HOME` directory #46

Open ProfessorManhattan opened 1 year ago

ProfessorManhattan commented 1 year ago

❔ 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

enggnr commented 1 year ago

@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?

enggnr commented 10 months ago

@ProfessorManhattan, this can be closed.