Skip to content

kshnkvn/kindahv-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kindahv.zsh-theme

A clean zsh theme with command execution time tracking.

screenshot

Inside a container:

screenshot-container

Install

  1. 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/.

  1. To prevent conflicts with the theme, disable the original display of the environment name:
echo "export VIRTUAL_ENV_DISABLE_PROMPT=1" >> ~/.zshrc
  1. 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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages