4 "help": "Move file to \"$HOME\"/.config/zsh/.p10k.zsh and export the following environment variable:\n\n```bash\nexport ZDOTDIR=\"$HOME\"/.config/zsh\n```\nYou can do this in _/etc/zsh/zshenv_.\n\nThen, in your _.zshrc_ file, edit the following line:\n```diff\n-[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n+[[ ! -f ${ZDOTDIR:-~}/.p10k.zsh ]] || source ${ZDOTDIR:-~}/.p10k.zsh\n```\n",
6 "path": "$HOME/.p10k.zsh"
9 "name": "powerlevel10k"