Created
April 12, 2017 09:03
-
-
Save tboztuna/bca71406967dc9962fa8d3928cdd4f39 to your computer and use it in GitHub Desktop.
my zsh Powerlevel9k configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# POWERLEVEL9K THEME SETTINGS | |
POWERLEVEL9K_MODE='awesome-patched' | |
POWERLEVEL9K_HOME_SUB_ICON='$(print_icon "HOME_ICON")' | |
POWERLEVEL9K_DIR_PATH_SEPARATOR=' $(print_icon "LEFT_SUBSEGMENT_SEPARATOR") ' | |
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2 | |
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle" | |
POWERLEVEL9K_STATUS_VERBOSE=false | |
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(root_indicator os_icon dir dir_writable context vcs) | |
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time history time) | |
POWERLEVEL9K_SHOW_CHANGESET=true | |
POWERLEVEL9K_CHANGESET_HASH_LENGTH=6 | |
POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD=0 | |
POWERLEVEL9K_TIME_BACKGROUND='255' | |
POWERLEVEL9K_COMMAND_EXECUTION_TIME_BACKGROUND='240' | |
POWERLEVEL9K_COMMAND_EXECUTION_TIME_FOREGROUND="black" | |
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX='' | |
POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX=" ❯ " | |
POWERLEVEL9K_VCS_STAGED_ICON='\u00b1' | |
POWERLEVEL9K_VCS_UNTRACKED_ICON='\u25CF' | |
POWERLEVEL9K_VCS_UNSTAGED_ICON='\u00b1' | |
POWERLEVEL9K_VCS_INCOMING_CHANGES_ICON='\u2193' | |
POWERLEVEL9K_VCS_OUTGOING_CHANGES_ICON='\u2191' | |
POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='yellow' | |
POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='yellow' | |
POWERLEVEL9K_TIME_FORMAT="%D{%H:%M}" | |
POWERLEVEL9K_STATUS_OK_BACKGROUND="black" | |
POWERLEVEL9K_STATUS_OK_FOREGROUND="green" | |
POWERLEVEL9K_STATUS_ERROR_BACKGROUND="black" | |
POWERLEVEL9K_STATUS_ERROR_FOREGROUND="red" | |
POWERLEVEL9K_PROMPT_ON_NEWLINE=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment