Added colors to prompt :)

This commit is contained in:
acicchetti 2019-03-19 11:45:19 -04:00
parent 6876da03cf
commit 493c68e388

View file

@ -91,7 +91,7 @@ export POWERLEVEL9K_IGNORE_TERM_COLORS=true
export POWERLEVEL9K_PROMPT_ON_NEWLINE=true
export POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
export POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""
export POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX=">>> "
export POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="$fg[yellow]>$fg[magenta]>$fg[blue]> "
export POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir dir_writable vcs custom_asdf_elixir)
export POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_virtualenv command_execution_time)
export VIRTUAL_ENV_DISABLE_PROMPT=1