Open matthiasdv opened 4 months ago
Fixes https://github.com/dracula/zsh/issues/60
This fixes my nixOS case.
My thinking is that ${ZSH_CUSTOM}/themes is a bit more idiomatic for oh my zsh.
${ZSH_CUSTOM}/themes
See oh-my-zsh wiki
ZSH_CUSTOM should always be set.
The downside is that that's being set by oh-my-zsh, and not ZSH itself.
Fixes https://github.com/dracula/zsh/issues/60
This fixes my nixOS case.
My thinking is that
${ZSH_CUSTOM}/themes
is a bit more idiomatic for oh my zsh.See oh-my-zsh wiki
ZSH_CUSTOM should always be set.
The downside is that that's being set by oh-my-zsh, and not ZSH itself.