| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | suppress POWERLEVEL9K_DISABLE_HOT_RELOAD after `p10k configure` | romkatv | 2019-11-06 | 1 | -1/+1 |
* | | add POWERLEVEL9K_DISABLE_HOT_RELOAD | romkatv | 2019-11-06 | 1 | -0/+2 |
* | | snapshot all POWERLEVEL9K params | romkatv | 2019-11-06 | 1 | -18/+24 |
* | | Merge branch 'master' into dynamic | romkatv | 2019-11-06 | 2 | -1/+4 |
|\ \ |
|
| * | | add --depth=1 | romkatv | 2019-11-06 | 1 | -1/+1 |
| * | | iTerm2: set minimum contrast to 0; enable anti-aliasing | romkatv | 2019-11-06 | 1 | -0/+3 |
* | | | don't reset PS2 prompt | romkatv | 2019-11-06 | 1 | -1/+5 |
* | | | add POWERLEVEL9K_TRANSIENT_PROMPT | romkatv | 2019-11-06 | 1 | -5/+38 |
* | | | POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES => 1 by default | romkatv | 2019-11-05 | 1 | -1/+1 |
* | | | bug fix (incorrect height in instant prompt); embed LF in the line overflow w... | romkatv | 2019-11-05 | 1 | -2/+2 |
* | | | Merge branch 'master' into dynamic | romkatv | 2019-11-05 | 15 | -10/+83 |
|\| | |
|
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-05 | 9 | -0/+0 |
| * | | survive broken user-defined gitattributes | romkatv | 2019-11-05 | 1 | -0/+5 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -1/+1 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -1/+0 |
| * | | use msys gitstatusd binary on mingw | romkatv | 2019-11-04 | 1 | -1/+1 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 1 | -0/+1 |
| * | | Don't choke on empty zshrc. | Roman Perepelitsa | 2019-11-04 | 1 | -1/+1 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 2 | -0/+1 |
| * | | support msys | romkatv | 2019-11-04 | 1 | -1/+7 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-04 | 2 | -0/+0 |
| * | | enable vi_mode in configs that don't have prompt_char | romkatv | 2019-11-02 | 3 | -1/+43 |
| * | | pull upstream changes from gitstatus | romkatv | 2019-11-02 | 3 | -7/+22 |
| * | | add POWERLEVEL9K_<segment>_DISABLED_DIR_PATTERN | romkatv | 2019-11-02 | 1 | -0/+4 |
| |/ |
|
| * | fix an error message printed for 32-bit intel users; see https://github.com/r... | romkatv | 2019-10-30 | 1 | -1/+1 |
* | | replace TRAPINT function with trap statement; the former triggers memory corr... | romkatv | 2019-11-04 | 1 | -8/+9 |
* | | remove eval | romkatv | 2019-11-04 | 1 | -4/+3 |
* | | fix empty_line and ruler in instant prompt; speed up regular prompt | romkatv | 2019-11-04 | 1 | -16/+24 |
* | | set POWERLEVEL9K_NEW_TTY_MAX_AGE_SECONDS to 5 by default | romkatv | 2019-11-04 | 1 | -1/+1 |
* | | speed up p10k display | romkatv | 2019-11-04 | 1 | -10/+14 |
* | | return => return 0 | romkatv | 2019-11-04 | 3 | -36/+39 |
* | | call p10k-on-pre-prompt from instant prompt | romkatv | 2019-11-03 | 1 | -11/+70 |
* | | trap sigint | romkatv | 2019-11-03 | 1 | -4/+13 |
* | | add p10k-on-post-prompt | romkatv | 2019-11-03 | 1 | -1/+12 |
* | | add p10k-on-pre-prompt | romkatv | 2019-11-03 | 1 | -1/+40 |
* | | make frame hidable | romkatv | 2019-11-03 | 2 | -30/+34 |
* | | don't use _p9k__{ruler,empty_line}_idx in p10k display | romkatv | 2019-11-03 | 2 | -4/+2 |
* | | allow unset _p9k__{ruler,empty_line}_i | romkatv | 2019-11-03 | 1 | -4/+4 |
* | | remove one todo item | romkatv | 2019-11-03 | 1 | -2/+2 |
* | | faster p10k display | romkatv | 2019-11-03 | 1 | -27/+28 |
* | | support negative line numbers | romkatv | 2019-11-03 | 1 | -2/+13 |
* | | wip: some more churn on dynamic stuff | romkatv | 2019-11-02 | 2 | -86/+125 |
* | | wip: some churn on dynamic stuff | romkatv | 2019-11-02 | 2 | -56/+56 |
* | | fix an error message printed for 32-bit intel users; see https://github.com/r... | romkatv | 2019-10-30 | 1 | -1/+1 |
* | | Add line1 | Roman Perepelitsa | 2019-10-29 | 1 | -0/+1 |
* | | design doc for dynamic stuff | romkatv | 2019-10-29 | 1 | -0/+57 |
* | | wip: dynamic shit | romkatv | 2019-10-29 | 1 | -184/+213 |
|/ |
|
* | transient_rprompt hides gap | romkatv | 2019-10-29 | 1 | -17/+22 |
* | add `p10k display` command | romkatv | 2019-10-29 | 1 | -2/+84 |
* | highlight the default suggestion when asking about instant prompt | romkatv | 2019-10-28 | 1 | -2/+2 |