dracula / zsh

🧛🏻‍♂️ Dark theme for ZSH
https://draculatheme.com/zsh
MIT License
272 stars 69 forks source link

changed source path for lib/async #61

Open matthiasdv opened 4 months ago

matthiasdv commented 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.

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.