Skip to content

Instantly share code, notes, and snippets.

@nxu
Last active September 23, 2018 12:20
Show Gist options
  • Save nxu/38db810913cc5471d82d29cb69575b6a to your computer and use it in GitHub Desktop.
Save nxu/38db810913cc5471d82d29cb69575b6a to your computer and use it in GitHub Desktop.
My zsh config
POWERLEVEL9K_MODE='nerdfont-complete'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context ssh dir dir_writable vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status date time)
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_to_last"
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%F{blue}\u256D\u2500%f"
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="%F{blue}λ%f "
POWERLEVEL9K_DATE_FORMAT=%D{%F}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment