This theme made to provide a look like deafault bash promp, but colored. It also supports virtual environments and git status.
- Install oh-my-zsh
- Download or clone this repsitory.
- Move bashplus.zsh-theme file into
~/.oh-my-zsh/themes/. - Edit
~/.zshrcfile- Change ZSH_THEME line to
ZSH_THEME="simple bash" - Add
virtualenvinto `plugins=()' list (separate with space).
- Change ZSH_THEME line to
- Save the file.
- Open a new zsh.
