| Commit message (Expand) | Author | Age | Files | Lines |
* | fix shell integration with kittyv1.16.1kitty | Roman Perepelitsa | 2022-02-01 | 1 | -0/+26 |
* | survive broken $TMPDIR | Roman Perepelitsa | 2022-01-26 | 3 | -13/+43 |
* | don't set OS, DEFAULT_COLOR and DEFAULT_COLOR_INVERTED | Roman Perepelitsa | 2022-01-25 | 1 | -6/+1 |
* | fix ZeroTier network interface regex | Roman Perepelitsa | 2022-01-20 | 1 | -2/+2 |
* | Add ZeroTier to the list of VPNs | Mehyar | 2022-01-20 | 1 | -1/+1 |
* | work around bugs in WSL where it reports more swap being used than the total ... | Roman Perepelitsa | 2022-01-17 | 1 | -0/+2 |
* | respect VIRTUAL_ENV_PROMPT if its value is different from the default (#1718) | Roman Perepelitsa | 2022-01-14 | 1 | -1/+5 |
* | add an icon for amazon linux (#1706) | Roman Perepelitsa | 2022-01-06 | 3 | -1/+9 |
* | work around bugs in WSL where it /proc/pid/cwd reports an alias drive | Roman Perepelitsa | 2022-01-04 | 1 | -1/+5 |
* | fix cwd handling when the current dir is '/foo\bar' (#1697) | Roman Perepelitsa | 2022-01-02 | 1 | -1/+1 |
* | make `toolbox` segment work with distrobox (#1696) | Roman Perepelitsa | 2022-01-02 | 1 | -8/+11 |
* | fix a bug with URL-escaping for directory links (#1687) | Roman Perepelitsa | 2021-12-27 | 1 | -3/+5 |
* | fix POWERLEVEL9K_TERM_SHELL_INTEGRATION | Roman Perepelitsa | 2021-12-23 | 1 | -3/+6 |
* | add POWERLEVEL9K_TERM_SHELL_INTEGRATION parameter that enables OSC 133 marks | Roman Perepelitsa | 2021-12-23 | 1 | -2/+14 |
* | url-escape dir properly when POWERLEVEL9K_DIR_HYPERLINK is set | Roman Perepelitsa | 2021-12-22 | 1 | -1/+15 |
* | fix bugs in dir and several other segments when cwd contains control characters | Roman Perepelitsa | 2021-12-22 | 1 | -18/+22 |
* | fix a bug that causes VISUAL_IDENTIFIER_COLOR to leak into content | Roman Perepelitsa | 2021-12-21 | 1 | -5/+13 |
* | when using tmux, write unwrapped OSC 133 in addition to wrapped; the new inte... | Roman Perepelitsa | 2021-12-17 | 1 | -6/+4 |
* | bust caches | Roman Perepelitsa | 2021-12-11 | 1 | -1/+1 |
* | fix prefix-based formatting of numbers that are slightly below the boundary (... | Roman Perepelitsa | 2021-12-11 | 1 | -5/+13 |
* | attempt to fix asdf when some files have windows line endings (#1653) | Roman Perepelitsa | 2021-12-08 | 1 | -2/+2 |
* | don't auto-start configuration wizard if it's likely that zshrc is broken | Roman Perepelitsa | 2021-11-15 | 2 | -43/+76 |
* | enable bracketed paste when printing instant prompt | Roman Perepelitsa | 2021-10-28 | 1 | -2/+2 |
* | wizard: underline paths instead of bolding in the success message | Roman Perepelitsa | 2021-10-27 | 1 | -3/+3 |
* | add _p9k__raw_msg for direnv notifications in zsh4humans | Roman Perepelitsa | 2021-10-27 | 1 | -1/+1 |
* | survive non-writable $TTY | Roman Perepelitsa | 2021-10-14 | 1 | -1/+8 |
* | disable icanon on the tty after printing instant prompt; this way keys like C... | Roman Perepelitsa | 2021-10-10 | 1 | -1/+4 |
* | speed up pre-redraw hook | Roman Perepelitsa | 2021-10-08 | 1 | -9/+39 |
* | remove obsolete nordvpn comments | Roman Perepelitsa | 2021-10-06 | 1 | -7/+0 |
* | fix nordvpn; it was broken by the latest upstream update (#1590) | Roman Perepelitsa | 2021-10-06 | 1 | -29/+49 |
* | Add RHEL to the OS Icon lists (#1581) | Charles Timko | 2021-09-22 | 3 | -0/+8 |
* | fix a spello in comments in the generated .p10k.zsh | Roman Perepelitsa | 2021-09-13 | 1 | -1/+1 |
* | new prompt segment: toolbox (https://github.com/containers/toolbox) #1560 | Roman Perepelitsa | 2021-09-10 | 3 | -3/+40 |
* | work around bugs in terminals and window managers by essentially disabling pr... | Roman Perepelitsa | 2021-08-28 | 1 | -4/+6 |
* | bug fix: display the intended battery icon when using legacy configs (#1530) | Roman Perepelitsa | 2021-08-21 | 1 | -1/+2 |
* | Fix after #1544 (#1547) | elProxy | 2021-08-19 | 1 | -2/+2 |
* | Add support for AWS_REGION with fallback to AWS_DEFAULT_REGION (#1544) | elProxy | 2021-08-19 | 1 | -2/+2 |
* | spello | Roman Perepelitsa | 2021-08-17 | 1 | -1/+1 |
* | Revert "add availability to display or not Terraform version" | Roman Perepelitsa | 2021-08-17 | 1 | -1/+1 |
* | spello | Roman Perepelitsa | 2021-08-17 | 1 | -3/+0 |
* | add availability to display or not Terraform version | Patrick Tavares | 2021-08-16 | 1 | -1/+4 |
* | don't leak 'state' local parameter | Roman Perepelitsa | 2021-07-17 | 1 | -3/+3 |
* | make terraform_version consistent with other *_version segments (#1487) | Roman Perepelitsa | 2021-07-17 | 1 | -4/+6 |
* | * Added cache to terraform --version | Alejandro Gandara | 2021-07-16 | 1 | -2/+4 |
* | * Added new module for showing in prompt the active terraform version. | Alejandro Gandara | 2021-07-15 | 1 | -0/+9 |
* | respect POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES if it is explicitly set eve... | Roman Perepelitsa | 2021-06-24 | 1 | -8/+12 |
* | fix a bug that can cause instant prompt to be duplicated in z4h | Roman Perepelitsa | 2021-06-24 | 1 | -6/+17 |
* | presume that `node --version` may depend on package.json (#1388) | Roman Perepelitsa | 2021-06-11 | 1 | -17/+24 |
* | cleanup | Roman Perepelitsa | 2021-06-04 | 1 | -3/+3 |
* | add P9K_AWS_PROFILE and P9K_AWS_REGION and use it in default configs | Roman Perepelitsa | 2021-05-28 | 1 | -24/+47 |