ch4rli3.zsh-theme
March 4, 2026 ยท View on GitHub
lean & simple zsh theme
How to install
- Copy
ch4rli3.zsh-themeinto~/.oh-my-zsh/themes. - Change
ZSH_THEME="ch4rli3"in~/.zshrc. - Apply theme to command
source ~/.zshrcin 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
