A simple zsh prompt theme based on lambda. Supports git
and virtualenv
.
This theme only supports oh-my-zsh. To get support in other zsh frameworks, oh-my-zsh-equivalent
git_prompt_info
andvirtualenv_prompt_info
are needed.
The process is quite straightforward. Just download the file lambda-minimal.zsh-theme
to ~/.oh-my-zsh/custom/themes
directory from the repo.
curl 'https://raw.githubusercontent.com/sohnryang/lambda-minimal-theme/master/lambda-minimal.zsh-theme' -o $ZSH_CUSTOM/themes/lambda-minimal.zsh-theme
- Add git root indicator when in git-managed directory.
- Add python version indicator when virtualenv is enabled.
- Add push/pull indicator like pure theme.
- Add nvm support.