aboutsummaryrefslogtreecommitdiff
path: root/internal
Commit message (Collapse)AuthorAgeFilesLines
* don't leak 'state' local parameterRoman Perepelitsa2021-07-171-3/+3
|
* make terraform_version consistent with other *_version segments (#1487)Roman Perepelitsa2021-07-171-4/+6
|
* * Added cache to terraform --versionAlejandro Gandara2021-07-161-2/+4
|
* * Added new module for showing in prompt the active terraform version.Alejandro Gandara2021-07-151-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 Perepelitsa2021-06-241-8/+12
| | | | even when using z4h
* fix a bug that can cause instant prompt to be duplicated in z4hRoman Perepelitsa2021-06-241-6/+17
|
* presume that `node --version` may depend on package.json (#1388)Roman Perepelitsa2021-06-111-17/+24
|
* cleanupRoman Perepelitsa2021-06-041-3/+3
|
* add P9K_AWS_PROFILE and P9K_AWS_REGION and use it in default configsRoman Perepelitsa2021-05-281-24/+47
|
* Add region support for aws elementAlex Jurkiewicz2021-05-281-1/+22
|
* Fix icon padding for VCS bookmark icon (#1414) (#1415)Zachary Palumbo2021-05-261-0/+1
|
* fix asdf, was broken by 1ad8e5759ecd41619746a775d9bc9d2902c5c90e (#1409)Roman Perepelitsa2021-05-251-3/+7
|
* don't leak 'token' local variable in parser (#1407)Roman Perepelitsa2021-05-241-1/+1
|
* pyenv: skip lines that start with "#" (#1376)Roman Perepelitsa2021-05-221-1/+1
|
* when searching for files in ancestor directories, do match in $HOME (#1376)Roman Perepelitsa2021-05-221-5/+5
|
* set P9K_PYENV_PYTHON_VERSION correctly when dealing with multiple pyenv ↵Roman Perepelitsa2021-05-221-5/+9
| | | | versions (#1376)
* when resolving `python --version`, handle pyenv shims specially (#1378)Roman Perepelitsa2021-05-221-10/+29
|
* Add xplr segment (#1396)Maxim Baz2021-05-152-0/+20
|
* add P9K_IP_{RX,TX}_BYTES_DELTA to the list of parameters available within ↵Roman Perepelitsa2021-05-141-0/+14
| | | | POWERLEVEL9K_IP_CONTENT_EXPANSION (#1392)
* disable colors in the output of taskwarrior; this time for real (#1365)Roman Perepelitsa2021-04-201-4/+4
|
* disable colors in the output of taskwarrior (#1365)Roman Perepelitsa2021-04-201-4/+4
|
* bump version (#1361)Roman Perepelitsa2021-04-161-1/+1
|
* expand c-escapes in kubectl (#1361)Roman Perepelitsa2021-04-161-1/+1
|
* bug fix: segments whose state contains numbers could not be hidden (#1353)Roman Perepelitsa2021-04-121-3/+3
|
* replace POWERLEVEL9K_LOAD_THRESHOLD with ↵Roman Perepelitsa2021-04-101-12/+7
| | | | POWERLEVEL9K_LOAD_{WARNING,CRITICAL}_PCT (#1340)
* Fix gcloud CLI (#1342)Tim Ysewyn2021-04-041-3/+2
| | | This reverts #1324 (d3de2e5).
* Add CPU load threshold setting (#1340)Klas Mellbourn2021-04-041-0/+7
|
* Get active gcloud profile using `list` command (#1331)Éverton Arruda2021-03-301-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
* respect POWERLEVEL9K_SHORTEN_DIR_LENGTH when ↵Roman Perepelitsa2021-03-281-2/+5
| | | | POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_last
* Sets the filter for the current gcloud profile (#1324)Ramon Lucas2021-03-271-1/+2
| | | When you have multiple profiles set up, you should only search for what is currently active.
* remove all CR from prompt (#1304 and #1305)Roman Perepelitsa2021-03-171-3/+3
|
* Fix #1286 (#1288)wzy2021-03-071-3/+3
|
* add azure classes (#1274)bcochofel2021-02-211-1/+9
|
* work around bugs in add-zle-hook-widget (#1238)Roman Perepelitsa2021-01-261-3/+9
|
* Add tailscale in VPN network interface regex. (#1208)Julio Carlos Barrera Juez2021-01-101-1/+1
|
* scroll the screen before printing promptRoman Perepelitsa2020-12-261-1/+19
|
* simplify `uname -m` matching on Windows platformsRoman Perepelitsa2020-12-241-1/+1
|
* fix ram segment on darwin-arm64 (#1181)Roman Perepelitsa2020-12-241-1/+7
| | | | | | Darwin arm64 uses 16kB pages rather than 4kB. Thanks, @johnalanwoods!
* Update os icon at zsh.exe on git for windows (#1180)Osman Tas2020-12-232-2/+2
| | | | | | | | | | | * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to wizards.zsh file. * Update os icon for windows Windows icon is not shown on git for windows zsh.exe Same update also added to p10k.zsh file.
* disable re_match_pcre, otherwise we can get an error when users enable this ↵Roman Perepelitsa2020-12-221-1/+1
| | | | option without having zsh/pcre module
* Remove trailing whitespace (#1173)Samuel Gräfenstein2020-12-201-2/+2
|
* nordvpn: pick up nordvpnd.sock from the new location (changed with the ↵v1.14.4Roman Perepelitsa2020-12-181-9/+17
| | | | latest nordvpn update); remove MISSING state; (#1167)
* wizard: allow uppercase letters in choicesRoman Perepelitsa2020-12-161-0/+1
|
* remove accidental logging (#1161)Josh Skidmore2020-12-141-1/+0
|
* dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires ↵Roman Perepelitsa2020-12-141-4/+12
| | | | | | POWERLEVEL9K_DIR_SHOW_WRITABLE=v3) See #1160.
* wifi: recognize SSID with spaces (#1152)Roman Perepelitsa2020-12-121-1/+1
|
* fix iterm2 integration when not using zsh4humans v5 (#192 and #1138)Roman Perepelitsa2020-12-021-3/+3
|
* use tmux bypass in iterm2 integration only if _z4h_iterm_cmd is definedRoman Perepelitsa2020-11-281-3/+4
|
* remove spurious slashes from tmux bypass sequencesRoman Perepelitsa2020-11-261-4/+4
|
* enable iterm2 shell integration when running in tmux in zsh4humansRoman Perepelitsa2020-11-261-5/+15
|