Skip to content

Instantly share code, notes, and snippets.

@AxDSan
Created July 12, 2019 21:07
Show Gist options
  • Save AxDSan/51ca8ba6fa65a775ab211c5ddb25a371 to your computer and use it in GitHub Desktop.
Save AxDSan/51ca8ba6fa65a775ab211c5ddb25a371 to your computer and use it in GitHub Desktop.
OH-MY-ZSH Configuration Stuff After a Clean Installation
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE="nerdfont-complete"
POWERLEVEL9K_DISABLE_PROMPT=true
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="▶ "
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX=""
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(custom_user_icon dir vcs)
POWERLEVEL9K_CUSTOM_USER_ICON="echo "
POWERLEVEL9K_CUSTOM_USER_ICON_BACKGROUND=069
POWERLEVEL9K_CUSTOM_USER_ICON_FOREGROUND=015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment