Last active
March 26, 2017 23:37
-
-
Save dmidlo/3c48043d42296b34dbbe40e3c67266b4 to your computer and use it in GitHub Desktop.
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 Settings | |
| POWERLEVEL9K_PROMPT_ON_NEWLINE=true | |
| POWERLEVEL9K_PROMPT_ADD_NEWLINE=true | |
| POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="\n" | |
| POWERLEVEL9K_MULTILINE_SECOND_PROMPT_PREFIX="%K{white}%F{black}\n . %f%k%F{white}%f $ " | |
| POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon ssh context root_indicator dir dir_writable vcs) | |
| POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status command_execution_time background_jobs anaconda pyenv virtualenv rbenv rvm nodeenv nvm time) | |
| POWERLEVEL9K_DIR_HOME_BACKGROUND='087' | |
| POWERLEVEL9K_DIR_HOME_SUBFOLDER_BACKGROUND='087' | |
| POWERLEVEL9K_DIR_DEFAULT_BACKGROUND='087' | |
| POWERLEVEL9K_DIR_WRITABLE_FORBIDDEN_FOREGROUND="015" | |
| POWERLEVEL9K_SHORTEN_STRATEGY="truncate_middle" | |
| POWERLEVEL9K_SHORTEN_DIR_LENGTH=4 | |
| POWERLEVEL9K_VCS_GIT_ICON='' | |
| 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_IP_INTERFACE=eth0 | |
| POWERLEVEL9K_TIME_FORMAT="%D{%H:%M \uE868 %d.%m.%y}" | |
| POWERLEVEL9K_STATUS_VERBOSE=true | |
| POWERLEVEL9K_STATUS_OK_IN_NON_VERBOSE=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment