| Commit message (Expand) | Author | Age | Files | Lines |
* | generate less code for empty rprompt | romkatv | 2019-07-17 | 1 | -7/+11 |
* | silly typos | romkatv | 2019-07-16 | 1 | -4/+4 |
* | add P9K_COMMAND_DURATION_SECONDS and POWERLEVEL9K_COMMAND_EXECUTION_TIME_DISA... | romkatv | 2019-07-16 | 1 | -23/+29 |
* | fix bugs in multiline right prompt | romkatv | 2019-07-16 | 1 | -6/+5 |
* | allow newline in right prompt; untested | romkatv | 2019-07-16 | 1 | -212/+243 |
* | replace POWERLEVEL9K_BATTERY_STAGES hack with proper code | romkatv | 2019-07-16 | 1 | -2/+1 |
* | tabs to spaces | romkatv | 2019-07-16 | 1 | -10/+10 |
* | round to seconds instead of truncating | romkatv | 2019-07-16 | 1 | -1/+1 |
* | less verbose command_execution_time | romkatv | 2019-07-16 | 1 | -2/+4 |
* | add POWERLEVEL9K_EMPTY_LINE_RIGHT_PROMPT_FIRST_SEGMENT_START_SYMBOL | romkatv | 2019-07-16 | 1 | -1/+3 |
* | remove trailing spaces for the default prompt_char content | romkatv | 2019-07-16 | 1 | -6/+6 |
* | 1.23s instead of 1.23 in command_execution_time | romkatv | 2019-07-14 | 1 | -2/+2 |
* | comments | Roman Perepelitsa | 2019-07-14 | 1 | -3/+4 |
* | polish lean.zsh a bit | romkatv | 2019-07-13 | 1 | -48/+74 |
* | bug fix: display icons when expansions are active | romkatv | 2019-07-12 | 1 | -2/+2 |
* | Revert "unify multiline prompt prefix parameters" | romkatv | 2019-07-12 | 1 | -3/+3 |
* | draft of lean config | romkatv | 2019-07-12 | 1 | -0/+202 |
* | add prompt_char; respect POWERLEVEL9K_RPROMPT_ON_NEWLINE=false even if POWERL... | romkatv | 2019-07-12 | 1 | -14/+36 |
* | more robust zle widget wrapping | romkatv | 2019-07-12 | 1 | -32/+45 |
* | add a warning if POWERLEVEL9K_RIGHT_SEGMENT_END_SEPARATOR is set (it is no lo... | romkatv | 2019-07-12 | 1 | -0/+22 |
* | unify multiline prompt prefix parameters | romkatv | 2019-07-12 | 1 | -3/+3 |
* | add POWERLEVEL9K_EMPTY_LINE_LEFT_PROMPT_LAST_SEGMENT_END_SYMBOL | romkatv | 2019-07-12 | 1 | -1/+1 |
* | fix subsep fg in right prompt | romkatv | 2019-07-12 | 1 | -14/+15 |
* | bug fix: never render subsegment separator with the same fg and bg | romkatv | 2019-07-11 | 1 | -6/+14 |
* | Merge branch 'master' into dev | romkatv | 2019-07-11 | 8 | -0/+0 |
|\ |
|
| * | pull upstream changes from gitstatus | romkatv | 2019-07-11 | 8 | -0/+0 |
| * | pull upstream changes from gitstatus | romkatv | 2019-07-09 | 8 | -0/+0 |
* | | fix bugs in right prompt | romkatv | 2019-07-11 | 1 | -39/+8 |
* | | port left prompt changes to right prompt | romkatv | 2019-07-11 | 1 | -84/+180 |
* | | add p9k_prompt_segment; add SELF_JOINED; delete simple_dir | romkatv | 2019-07-10 | 1 | -62/+54 |
* | | fix vcs background | romkatv | 2019-07-09 | 1 | -10/+10 |
* | | fix fg of the left terminator | romkatv | 2019-07-09 | 1 | -14/+12 |
* | | the other half half of the support for custom powerline terminators | romkatv | 2019-07-09 | 1 | -25/+18 |
* | | half of the support for custom powerline terminators | romkatv | 2019-07-09 | 1 | -24/+47 |
* | | make vcs component style params consistent with the rest | romkatv | 2019-07-09 | 1 | -29/+34 |
* | | add per-state overrides and fallbacks for the generic formatting options | romkatv | 2019-07-09 | 1 | -72/+124 |
* | | iron out bugs in the new rendered; rename TRANSFORMER to EXPANSION | romkatv | 2019-07-09 | 1 | -45/+56 |
* | | start massive refactoring of the rendering engine | romkatv | 2019-07-08 | 1 | -41/+61 |
|/ |
|
* | bug fix: _p9k_vcs_status_purge:3: no matches found | romkatv | 2019-07-08 | 1 | -0/+1 |
* | use numerical values for default colors | romkatv | 2019-07-08 | 1 | -4/+4 |
* | add POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING | romkatv | 2019-07-08 | 1 | -8/+40 |
* | ditch subsegments in vcs; fixes #110 | romkatv | 2019-07-08 | 1 | -34/+17 |
* | Merge pull request #111 from venyii/revert-kubecontext-func | Roman Perepelitsa | 2019-07-07 | 2 | -16/+0 |
|\ |
|
| * | Revert "Add ability to provide a cluster function in kubecontext segment" | venyii | 2019-07-07 | 2 | -16/+0 |
|/ |
|
* | when entering a directory for which no prior git state is known, issue a no-d... | romkatv | 2019-07-07 | 1 | -64/+107 |
* | pull upstream changes from gitstatus | romkatv | 2019-07-07 | 9 | -8/+26 |
* | speed up user and context | romkatv | 2019-07-07 | 1 | -30/+42 |
* | Merge pull request #106 from venyii/kubecontext-cluster-func | Roman Perepelitsa | 2019-07-07 | 3 | -1/+17 |
|\ |
|
| * | Fix README typo | venyii | 2019-07-05 | 1 | -1/+1 |
| * | Add ability to provide a cluster function in kubecontext segment | venyii | 2019-07-05 | 2 | -0/+16 |