| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix quoting in dir | romkatv | 2019-07-18 | 1 | -1/+6 |
* | grammar | romkatv | 2019-07-18 | 1 | -1/+1 |
* | add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and POWERLEVEL9K_DIR_MIN_COMMAND_COL... | romkatv | 2019-07-18 | 1 | -1/+19 |
* | finish auto-shrinking dir; still not tested yet | romkatv | 2019-07-18 | 1 | -38/+71 |
* | Merge branch 'master' into dev | romkatv | 2019-07-18 | 1 | -11/+11 |
|\ |
|
| * | don't update time unnecessarily | romkatv | 2019-07-18 | 1 | -11/+11 |
* | | ensure there is at least one space between left and right prompts | romkatv | 2019-07-18 | 1 | -1/+1 |
* | | prototype for auto-shrinking dir | romkatv | 2019-07-17 | 1 | -37/+42 |
|/ |
|
* | bug fix: %-expand POWERLEVEL9K_TIME_FORMAT on every prompt | romkatv | 2019-07-17 | 1 | -6/+7 |
* | add MULTILINE_{FIRST,NEWLINE,LAST}_PROMPT_SUFFIX | romkatv | 2019-07-17 | 1 | -7/+33 |
* | optimize codegen for icons | romkatv | 2019-07-17 | 1 | -40/+76 |
* | optimize codegen when VISUAL_IDENTIFIER_EXPANSION doesn't contain $-expansions | romkatv | 2019-07-17 | 1 | -6/+10 |
* | spello | romkatv | 2019-07-17 | 1 | -1/+1 |
* | add POWERLEVEL9K_TIME_UPDATE_ON_COMMAND | romkatv | 2019-07-17 | 1 | -8/+26 |
* | Merge branch 'master' into dev | romkatv | 2019-07-17 | 1 | -0/+54 |
|\ |
|
| * | bail out of *env prompts if the corresponding *env command doesn't exist | romkatv | 2019-07-17 | 1 | -0/+3 |
| * | add nodenv prompt; #121 | romkatv | 2019-07-17 | 1 | -0/+51 |
* | | make it work in ZSH 5.1 | romkatv | 2019-07-17 | 1 | -1/+1 |
* | | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |