aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* generate less code for empty rpromptromkatv2019-07-171-7/+11
|
* silly typosromkatv2019-07-161-4/+4
|
* add P9K_COMMAND_DURATION_SECONDS and ↵romkatv2019-07-161-23/+29
| | | | POWERLEVEL9K_COMMAND_EXECUTION_TIME_DISABLE_FORMATTING
* fix bugs in multiline right promptromkatv2019-07-161-6/+5
|
* allow newline in right prompt; untestedromkatv2019-07-161-212/+243
|
* replace POWERLEVEL9K_BATTERY_STAGES hack with proper coderomkatv2019-07-161-2/+1
|
* tabs to spacesromkatv2019-07-161-10/+10
|
* round to seconds instead of truncatingromkatv2019-07-161-1/+1
|
* less verbose command_execution_timeromkatv2019-07-161-2/+4
|
* add POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOLromkatv2019-07-161-1/+3
|
* remove trailing spaces for the default prompt_char contentromkatv2019-07-161-6/+6
|
* 1.23s instead of 1.23 in command_execution_timeromkatv2019-07-141-2/+2
|
* commentsRoman Perepelitsa2019-07-141-3/+4
|
* polish lean.zsh a bitromkatv2019-07-131-48/+74
|
* bug fix: display icons when expansions are activeromkatv2019-07-121-2/+2
|
* Revert "unify multiline prompt prefix parameters"romkatv2019-07-121-3/+3
| | | | | | This reverts commit 502baefcec3a5e0f31cf322b8f67bab7457884f1. fixes #116
* draft of lean configromkatv2019-07-121-0/+202
|
* add prompt_char; respect POWERLEVEL9K_RPROMPT_ON_NEWLINE=false even if ↵romkatv2019-07-121-14/+36
| | | | POWERLEVEL9K_PROMPT_ON_NEWLINE == false
* more robust zle widget wrappingromkatv2019-07-121-32/+45
|
* add a warning if POWERLEVEL9K_RIGHT_SEGMENT_END_SEPARATOR is set (it is no ↵romkatv2019-07-121-0/+22
| | | | longer supported)
* unify multiline prompt prefix parametersromkatv2019-07-121-3/+3
|
* add POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOLromkatv2019-07-121-1/+1
|
* fix subsep fg in right promptromkatv2019-07-121-14/+15
|
* bug fix: never render subsegment separator with the same fg and bgromkatv2019-07-111-6/+14
|
* Merge branch 'master' into devromkatv2019-07-118-0/+0
|\
| * pull upstream changes from gitstatusromkatv2019-07-118-0/+0
| |
| * pull upstream changes from gitstatusromkatv2019-07-098-0/+0
| |
* | fix bugs in right promptromkatv2019-07-111-39/+8
| |
* | port left prompt changes to right promptromkatv2019-07-111-84/+180
| |
* | add p9k_prompt_segment; add SELF_JOINED; delete simple_dirromkatv2019-07-101-62/+54
| |
* | fix vcs backgroundromkatv2019-07-091-10/+10
| |
* | fix fg of the left terminatorromkatv2019-07-091-14/+12
| |
* | the other half half of the support for custom powerline terminatorsromkatv2019-07-091-25/+18
| |
* | half of the support for custom powerline terminatorsromkatv2019-07-091-24/+47
| |
* | make vcs component style params consistent with the restromkatv2019-07-091-29/+34
| |
* | add per-state overrides and fallbacks for the generic formatting optionsromkatv2019-07-091-72/+124
| |
* | iron out bugs in the new rendered; rename TRANSFORMER to EXPANSIONromkatv2019-07-091-45/+56
| |
* | start massive refactoring of the rendering engineromkatv2019-07-081-41/+61
|/
* bug fix: _p9k_vcs_status_purge:3: no matches foundromkatv2019-07-081-0/+1
|
* use numerical values for default colorsromkatv2019-07-081-4/+4
|
* add POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTINGromkatv2019-07-081-8/+40
|
* ditch subsegments in vcs; fixes #110romkatv2019-07-081-34/+17
|
* Merge pull request #111 from venyii/revert-kubecontext-funcRoman Perepelitsa2019-07-072-16/+0
|\ | | | | Revert "Add ability to provide a cluster function in kubecontext segment"
| * Revert "Add ability to provide a cluster function in kubecontext segment"venyii2019-07-072-16/+0
|/ | | | | | | This reverts commit a9d99c9cab69bd52edd3584ea426d8dacd6e8929. Only a74603d30f2e1fbbffc53346382ac280725a06c6 was supposed to be merged in https://github.com/romkatv/powerlevel10k/pull/106
* when entering a directory for which no prior git state is known, issue a ↵romkatv2019-07-071-64/+107
| | | | no-diff request to gitstatusd
* pull upstream changes from gitstatusromkatv2019-07-079-8/+26
|
* speed up user and contextromkatv2019-07-071-30/+42
|
* Merge pull request #106 from venyii/kubecontext-cluster-funcRoman Perepelitsa2019-07-073-1/+17
|\ | | | | Fix a typo in docs.
| * Fix README typovenyii2019-07-051-1/+1
| |
| * Add ability to provide a cluster function in kubecontext segmentvenyii2019-07-052-0/+16
| | | | | | | | | | This makes it possible to customize the displayed cluster name, e.g. `gke_project-name-1337_europe-west1-c_production` -> `production`