Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.11 KB

Anaconda

Installation

To use this segment, you need to activate it by adding anaconda to your P9K_LEFT_PROMPT_ELEMENTS or P9K_RIGHT_PROMPT_ELEMENTS array, depending where you want to show this segment.

Configuration

This segment shows your active anaconda environment. It relies on either the CONDA_ENV_PATH or the CONDA_PREFIX (depending on the conda version) environment variable to be set which happens when you properly source activate an environment.

Special configuration variables:

Variable Default Value Description
P9K_ANACONDA_LEFT_DELIMITER "(" The left delimiter just before the environment name.
P9K_ANACONDA_RIGHT_DELIMITER ")" The right delimiter just after the environment name.

Color Customization

You can change the foreground and background color of this segment by setting

P9K_ANACONDA_FOREGROUND='red'
P9K_ANACONDA_BACKGROUND='blue'

Customize Icon

The main Icon can be changed by setting P9K_ANACONDA_ICON="my_icon". To change the icon color only, set P9K_ANACONDA_ICON_COLOR="red".