A clean zsh theme with command execution time tracking.
Inside a container:
- 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"
- 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)