ch4rli3.zsh-theme

March 4, 2026 ยท View on GitHub

lean & simple zsh theme

How to install

  1. Copy ch4rli3.zsh-theme into ~/.oh-my-zsh/themes.
  2. Change ZSH_THEME="ch4rli3" in ~/.zshrc.
  3. Apply theme to command source ~/.zshrc in your terminal.
$ wget -O ~/.oh-my-zsh/themes/ch4rli3.zsh-theme https://raw.githubusercontent.com/ch4rli3kop/ch4rli3.zsh-theme/main/ch4rli3.zsh-theme
$ sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="ch4rli3"/' .zshrc
$ source ~/.zshrc

Conda configuration

This theme displays the Python environment name (conda / venv) in the prompt.

If Conda's default prompt modification is enabled, the environment name may appear twice. Disable it with:

$ conda config --set changeps1 false

You may also disable the default venv prompt:

export VIRTUAL_ENV_DISABLE_PROMPT=1

Add it to your ~/.zshrc if needed.

Preview

image