Closed Lyton505 closed 3 months ago
The .zshrc
you've posted does not use powerlevel10k.
Yes, that is correct, and even more intriguing to me because even without using the theme I still get the parsing error. The source
command was working fine before installing the theme, and now raises the error after installing the theme. What you linked to makes sense. Nonetheless, thank you for the theme, it's my favorite. Just thought I'd let you know and you seem aware already so I'm closing this issue.
I got the following error
/home/lyton/.oh-my-zsh/oh-my-zsh.sh:27:
after executingsource ~/.zshrc
. I removed my zsh config(.zshrc) and uninstalled zsh, then reinstalled it. I ransource ~/.zshrc
and didn't get any errors. After installing powerlevel10k using the instructions at this doc I started getting the same error.Some relevent files:
.zshrc
zsh -f
thengit clone --depth=1 https://github.com/romkatv/powerlevel10k.git /tmp/powerlevel10k
and lastlysource /tmp/powerlevel10k/powerlevel10k.zsh-theme
this doesn't give an error, except the message thatPowerlevel10k configuration file (~/.p10k.zsh) was not sourced
which is probably because of it not being sourced in.zshrc