- Non-null exitcode visualization
- Show presence of sudo timestamp file
- Show current active Python virtual environment
- Show version control changes
This assumes that you have Oh my zsh already installed and set up. If you have not done so, then follow the instructions on their page.
git clone [email protected]:robin-pfeiffer/ohmyzsh-mirage-theme.git
cd ohmyzsh-mirage-theme
./install.sh
source ~/.zshrcExport variables from the Mirage theme to your .zshrc file. Below are the variables that can be altered.
export THEME_SHOW_SUDO=true
export THEME_SHOW_EXITCODE=true
export THEME_SHOW_SCM=true
export THEME_SHOW_VENV=trueDistributed under MIT License. See LICENSE for more information.