Skip to content

Instantly share code, notes, and snippets.

View pravinsingh's full-sized avatar

Pravin Singh pravinsingh

View GitHub Profile
# The right end of left prompt.
typeset -g POWERLEVEL9K_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL='\uE0B0'
# The left end of right prompt.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL='\uE0B2'
# The left end of left prompt.
typeset -g POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL='%F{#444444}\u2588%s%F{#888888}\u2588%s%F{#CCCCCC}\u2588%s'
# The right end of right prompt.
typeset -g POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL='%F{#CCCCCC}\u2588%s%F{#888888}\u2588%s%F{#444444}\u2588%s'