Skip to content

Instantly share code, notes, and snippets.

@Melonangie
Last active March 22, 2026 18:26
Show Gist options
  • Select an option

  • Save Melonangie/f8072cc1bed45c23255f217136525c7f to your computer and use it in GitHub Desktop.

Select an option

Save Melonangie/f8072cc1bed45c23255f217136525c7f to your computer and use it in GitHub Desktop.
powerlevel10k colors

#source ~/.p10k.zsh

Remove os from prompt POWERLEVEL9K_LEFT_PROMPT_ELEMENTS

 #os_icon                 # os identifier

Modify dir: current directory

typeset -g POWERLEVEL9K_DIR_BACKGROUND=169
typeset -g POWERLEVEL9K_DIR_FOREGROUND=230
typeset -g POWERLEVEL9K_DIR_MAX_LENGTH=
typeset -g POWERLEVEL9K_DIR_HYPERLINK=true

Modify vcs: git status

  typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=120
  typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=228
  typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=189
  typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND=223
  • Comment all <-- this line

Modify anaconda: conda environment

  typeset -g POWERLEVEL9K_ANACONDA_FOREGROUND=230
  typeset -g POWERLEVEL9K_ANACONDA_BACKGROUND=135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment