]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/powerlevel10k.json
Add Maple (#380)
[xdg-ninja.git] / programs / powerlevel10k.json
1 {
2 "files": [
3 {
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",
5 "movable": true,
6 "path": "$HOME/.p10k.zsh"
7 }
8 ],
9 "name": "powerlevel10k"
10 }