Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Roman Perepelitsa | 2021-12-17 | 1 | -6/+4 |
| | | | | integrated tmux uses them when resizing | ||||
* | 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 |
| | | | | (#1664) | ||||
* | attempt to fix asdf when some files have windows line endings (#1653) | Roman Perepelitsa | 2021-12-08 | 1 | -2/+2 |
| | |||||
* | enable bracketed paste when printing instant prompt | Roman Perepelitsa | 2021-10-28 | 1 | -2/+2 |
| | |||||
* | 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 ↵ | Roman Perepelitsa | 2021-10-10 | 1 | -1/+4 |
| | | | | Ctrl-R and Ctrl-D will get through to zle | ||||
* | 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 | 1 | -0/+1 |
| | | | * Add RHEL to the OS Icon lists | ||||
* | new prompt segment: toolbox (https://github.com/containers/toolbox) #1560 | Roman Perepelitsa | 2021-09-10 | 1 | -3/+32 |
| | |||||
* | work around bugs in terminals and window managers by essentially disabling ↵ | Roman Perepelitsa | 2021-08-28 | 1 | -4/+6 |
| | | | | prompt_sp (but keeping prompt_cr) in instant prompt for new TTYs | ||||
* | 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 |
| | | | Well, that's embarassing... | ||||
* | Add support for AWS_REGION with fallback to AWS_DEFAULT_REGION (#1544) | elProxy | 2021-08-19 | 1 | -2/+2 |
| | | | See https://fossies.org/linux/aws-cli/CHANGELOG.rst#section-133 | ||||
* | 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 |
| | | | | This reverts commit 20b87731de26638f40dce1bfc89f5b5a207e090f. | ||||
* | 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 |
| | | | | Show Terraform version segment only when *.tf files are present in current directory | ||||
* | 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 |
| | | | | | | | | | * Prompt shows, the terraform version in this format: Terraform v0.12.13 . If only if a valid terraform command is used, or an alias to it. The use case: We have a need to constantly change between terraform versions depending on what project we are working on, it is easy to by mistake upgrade the wrong project to the latest terraform version. This is why the prompt is shown in red as soon as you type terraform, this is a good way to remind you to double check this is the terraform version you want to use. Future improvements: Detect current terraform version by checking the terraform workspace state version, and change the terraform color prompt from red to green if you're using the same version. | ||||
* | respect POWERLEVEL9K_INSTANT_PROMPT_COMMAND_LINES if it is explicitly set ↵ | Roman Perepelitsa | 2021-06-24 | 1 | -8/+12 |
| | | | | even when using z4h | ||||
* | 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 |
| | |||||
* | Add region support for aws element | Alex Jurkiewicz | 2021-05-28 | 1 | -1/+22 |
| | |||||
* | fix asdf, was broken by 1ad8e5759ecd41619746a775d9bc9d2902c5c90e (#1409) | Roman Perepelitsa | 2021-05-25 | 1 | -3/+7 |
| | |||||
* | pyenv: skip lines that start with "#" (#1376) | Roman Perepelitsa | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | when searching for files in ancestor directories, do match in $HOME (#1376) | Roman Perepelitsa | 2021-05-22 | 1 | -5/+5 |
| | |||||
* | set P9K_PYENV_PYTHON_VERSION correctly when dealing with multiple pyenv ↵ | Roman Perepelitsa | 2021-05-22 | 1 | -5/+9 |
| | | | | versions (#1376) | ||||
* | when resolving `python --version`, handle pyenv shims specially (#1378) | Roman Perepelitsa | 2021-05-22 | 1 | -10/+29 |
| | |||||
* | Add xplr segment (#1396) | Maxim Baz | 2021-05-15 | 1 | -0/+14 |
| | |||||
* | add P9K_IP_{RX,TX}_BYTES_DELTA to the list of parameters available within ↵ | Roman Perepelitsa | 2021-05-14 | 1 | -0/+14 |
| | | | | POWERLEVEL9K_IP_CONTENT_EXPANSION (#1392) | ||||
* | disable colors in the output of taskwarrior; this time for real (#1365) | Roman Perepelitsa | 2021-04-20 | 1 | -4/+4 |
| | |||||
* | disable colors in the output of taskwarrior (#1365) | Roman Perepelitsa | 2021-04-20 | 1 | -4/+4 |
| | |||||
* | bump version (#1361) | Roman Perepelitsa | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | expand c-escapes in kubectl (#1361) | Roman Perepelitsa | 2021-04-16 | 1 | -1/+1 |
| | |||||
* | bug fix: segments whose state contains numbers could not be hidden (#1353) | Roman Perepelitsa | 2021-04-12 | 1 | -3/+3 |
| | |||||
* | replace POWERLEVEL9K_LOAD_THRESHOLD with ↵ | Roman Perepelitsa | 2021-04-10 | 1 | -12/+7 |
| | | | | POWERLEVEL9K_LOAD_{WARNING,CRITICAL}_PCT (#1340) | ||||
* | Fix gcloud CLI (#1342) | Tim Ysewyn | 2021-04-04 | 1 | -3/+2 |
| | | | This reverts #1324 (d3de2e5). | ||||
* | Add CPU load threshold setting (#1340) | Klas Mellbourn | 2021-04-04 | 1 | -0/+7 |
| | |||||
* | Get active gcloud profile using `list` command (#1331) | Éverton Arruda | 2021-03-30 | 1 | -1/+1 |
| | | | | | `gcloud config configure describe` command does not have `--filter` option. To filter the active profile using `--filter` it is necessary to use `gcloud config configure list` command |