kindahv.zsh-theme
June 19, 2025 ยท View on GitHub
A clean zsh theme with command execution time tracking.

Inside a container:

Install
- Run the install script which copy theme file to your ZSH themes directory:
source ./install.sh
Or manually copy the kindahv.zsh-theme file to your ZSH themes directory, typically ~/.oh-my-zsh/custom/themes/.
- To prevent conflicts with the theme, disable the original display of the environment name:
echo "export VIRTUAL_ENV_DISABLE_PROMPT=1" >> ~/.zshrc
- Add or edit this line in your
~/.zshrc:
ZSH_THEME="kindahv"
Features
- Command execution time display
- Git/Hg branch info
- Virtual environment support
- Error code display
- Clean two-line prompt
- Print $CONTAINER_ID if set (e.g. in Distrobox)