Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace terraform icon; several terminals have bugs that prevent them from ↵ | romkatv | 2020-02-06 | 2 | -7/+5 |
| | | | | rendering the current icon correctly | ||||
* | respect TIMEWARRIORDB environment variable (#471) | David Ward | 2020-02-05 | 1 | -6/+7 |
| | | | Signed-off-by: David Ward <dward@redhat.com> | ||||
* | add `ip` to docs | romkatv | 2020-02-05 | 1 | -0/+1 |
| | |||||
* | add `ip` to config templates | romkatv | 2020-02-05 | 4 | -8/+93 |
| | |||||
* | slightly shorter bandwidth display | romkatv | 2020-02-05 | 1 | -5/+5 |
| | |||||
* | fix netstat parsing on macos | romkatv | 2020-02-05 | 1 | -1/+1 |
| | |||||
* | fix netstat parsing on macos | romkatv | 2020-02-05 | 1 | -5/+8 |
| | |||||
* | add network bandwidth stats to `ip` segment | romkatv | 2020-02-05 | 1 | -12/+70 |
| | |||||
* | workaround for a bug in sysread | romkatv | 2020-02-05 | 2 | -16/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug in sysread from zsh/system. It triggers in the following case: 1. zsh has been compiled with HAVE_SELECT and without HAVE_POLL. 2. sysread is called with timeout (-t). 3. the input file descriptor is valid but there is no data to read. 4. errno happens to be EINTR prior to the call to sysread. This results in an infinite loop in sysread: while ((ret = select(infd+1, (SELECT_ARG_2_T) &fds, NULL, NULL,&select_tv)) < 1) { if (errno != EINTR || errflag || retflag || breaks || contflag) break; } Here select() keeps returning 0, indicating timeout. This is not an error, so errno doesn't get set. If it was EINTR prior to the call, it stays EINTR, and the loop keeps spinning. As a workaround, powerlevel10k sets errno to ENOTTY (any value other than EINTR will do) prior to calling sysread with timeout. | ||||
* | when the user's locale is misconfigured, set it to utf8 at the top level | romkatv | 2020-02-05 | 4 | -28/+27 |
| | | | | fixes #469 | ||||
* | remove debug messages; fixes #466 | Roman Perepelitsa | 2020-02-04 | 1 | -2/+0 |
| | |||||
* | add contacts to docs | romkatv | 2020-02-04 | 1 | -0/+15 |
| | |||||
* | extend the ZLE_RPROMPT_INDENT=0 workaround to a few more cases | romkatv | 2020-02-04 | 1 | -1/+13 |
| | | | | | | | | If the last right prompt line can be proven to always have zero length after prompt expansion, we can unset RPROMPT thus avoiding triggering zsh bugs related to ZLE_RPROMPT_INDENT=0. Fixes #458. | ||||
* | remove profiling instrumentation | romkatv | 2020-02-03 | 1 | -6/+0 |
| | |||||
* | comments | romkatv | 2020-02-03 | 1 | -0/+1 |
| | |||||
* | comments | romkatv | 2020-02-03 | 4 | -4/+4 |
| | |||||
* | add wifi prompt segment | romkatv | 2020-02-03 | 6 | -2/+233 |
| | |||||
* | bug fix: make reset=2 sticky | romkatv | 2020-02-03 | 1 | -3/+4 |
| | |||||
* | replace all wide glyphs with narrow in nerdfont configuration; many ↵ | romkatv | 2020-02-03 | 1 | -3/+3 |
| | | | | terminals have bugs that prevents them from properly rendering wide glyphs | ||||
* | typo | romkatv | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | remove redundant expansion of C-escapes | romkatv | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | add POWERLEVEL9K_BATTERY_${state}_{STAGES,LEVEL_BACKGROUND,LEVEL_FOREGROUND} | romkatv | 2020-02-03 | 1 | -21/+40 |
| | |||||
* | "restart your terminal" should help iTerm users who fail to restart iTerm ↵ | romkatv | 2020-02-03 | 1 | -5/+5 |
| | | | | when asked to | ||||
* | rm p9k-vs-p10k.cast | romkatv | 2020-02-02 | 1 | -573/+0 |
| | |||||
* | add "some prompt styles missing from the wizard" | romkatv | 2020-02-02 | 1 | -0/+19 |
| | |||||
* | s/hight/height/v1.1 | romkatv | 2020-02-02 | 1 | -2/+2 |
| | |||||
* | add extra options to pure style | romkatv | 2020-02-02 | 6 | -51/+108 |
| | | | | | | | - non-permanent content location (left or right) - show current time - prompt height (one or two lines) - prompt spacing (with empty line between prompts or without) | ||||
* | quote $foo when running with unknown options; fixes #453 | romkatv | 2020-02-02 | 5 | -19/+19 |
| | |||||
* | link to zsh building instructions | romkatv | 2020-02-01 | 1 | -1/+2 |
| | |||||
* | more precise mitigation for the resizing bug | romkatv | 2020-02-01 | 1 | -3/+9 |
| | |||||
* | typo | romkatv | 2020-02-01 | 1 | -3/+3 |
| | |||||
* | add "mess when resizing" to troubleshooting | romkatv | 2020-02-01 | 1 | -0/+128 |
| | |||||
* | formatting | romkatv | 2020-02-01 | 1 | -1/+1 |
| | |||||
* | formatting | romkatv | 2020-02-01 | 1 | -11/+11 |
| | |||||
* | remove antibody, add "how to update" | romkatv | 2020-02-01 | 1 | -6/+40 |
| | | | | | The instructions for installation with Antibody are likely wrong anyway. Dunno how to fix them, so Antibody goes. | ||||
* | s/zsh/Zsh/ in docs | romkatv | 2020-02-01 | 1 | -16/+16 |
| | |||||
* | more links | romkatv | 2020-02-01 | 1 | -1/+44 |
| | |||||
* | link to installation | romkatv | 2020-02-01 | 1 | -2/+3 |
| | |||||
* | cleanup | romkatv | 2020-02-01 | 1 | -1/+4 |
| | |||||
* | fix links | romkatv | 2020-01-31 | 1 | -11/+14 |
| | |||||
* | update toc | romkatv | 2020-01-31 | 1 | -59/+67 |
| | |||||
* | spelling and cleanup | romkatv | 2020-01-31 | 5 | -47/+72 |
| | |||||
* | add configuration wizard tips | romkatv | 2020-01-31 | 1 | -2/+50 |
| | |||||
* | doc: describe how p9k and p10k are related | romkatv | 2020-01-31 | 1 | -0/+23 |
| | |||||
* | doc: sub-pixel imperfections | romkatv | 2020-01-31 | 1 | -26/+61 |
| | |||||
* | Merge branch 'master' into tour | romkatv | 2020-01-31 | 6 | -31/+137 |
|\ | |||||
| * | speed up terraform, add classes to configs, bump version | romkatv | 2020-01-31 | 5 | -30/+128 |
| | | |||||
| * | Merge branch 'Meroje-terraform-classes' | romkatv | 2020-01-31 | 1 | -1/+9 |
| |\ | |||||
| | * | Add support for classes to terraform segment | Jérôme Foray | 2020-01-31 | 1 | -1/+9 |
| |/ | |||||
| * | change the default timewarrior icon (shield => watch); see #295 | romkatv | 2020-01-30 | 2 | -2/+2 |
| | |