Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added new module for showing in prompt the active terraform version. | Alejandro Gandara | 2021-07-15 | 2 | -0/+6 |
| | | | | | | | | | * 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. | ||||
* | * Added new module for showing in prompt the active terraform version. | Alejandro Gandara | 2021-07-15 | 5 | -0/+13 |
| | | | | | | | | | * 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. | ||||
* | show kubecontext show for 'flux' (#1480) | Chris Williams | 2021-07-09 | 5 | -11/+11 |
| | | | | | Support for flux v2 CLI Co-authored-by: Chris Williams <chris.williams@amwell.com> | ||||
* | add 'minify' make target | Roman Perepelitsa | 2021-07-02 | 1 | -4/+7 |
| | |||||
* | Merge commit '077abf95e0a3c6325a6cdd9761cab75b2f5468c6' | Roman Perepelitsa | 2021-07-02 | 1 | -2/+2 |
|\ | |||||
| * | Squashed 'gitstatus/' changes from 4b4226ca..0440e38b | Roman Perepelitsa | 2021-07-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 0440e38b sort files lexicographically 1c3157e9 don't minify from pkg target git-subtree-dir: gitstatus git-subtree-split: 0440e38b336aaf992aabf3649bf4a7f65f396c0a | ||||
* | | Merge commit '63a009669a7ed6aa6040f0af008adfb62829188c' | Roman Perepelitsa | 2021-07-02 | 1 | -4/+6 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 68bf9e0d..4b4226ca | Roman Perepelitsa | 2021-07-02 | 1 | -4/+6 |
| | | | | | | | | | | | | | | 4b4226ca add 'minify' make target and invoke it from 'pkg' git-subtree-dir: gitstatus git-subtree-split: 4b4226ca86fef6d0491ab9e863c9df6864dc9642 | ||||
* | | Merge commit '7759063b7485ca0701fc8ba1961d0e53568ddd59' | Roman Perepelitsa | 2021-07-02 | 2 | -13/+25 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 76182238..68bf9e0d | Roman Perepelitsa | 2021-07-02 | 2 | -13/+25 |
| | | | | | | | | | | | | | | | | | | | | 68bf9e0d build: generate byte-for-byte identical gitstatusd if the compiler supports -ffile-prefix-map d03e8edc add support for s390x architecture b32bea51 add a few architectures to the build script 7001409e bash: escape non-printable ANSI sequences (#247) git-subtree-dir: gitstatus git-subtree-split: 68bf9e0da3695ae989d523527643bef3f88e86ea | ||||
* | | docs: grammar | Roman Perepelitsa | 2021-07-01 | 1 | -1/+1 |
| | | |||||
* | | replace @{u} with @{upstream} in the docs (it's the same thing but clearer) | Roman Perepelitsa | 2021-06-30 | 1 | -1/+1 |
| | | |||||
* | | add zwc make target | Roman Perepelitsa | 2021-06-27 | 1 | -0/+4 |
| | | |||||
* | | Merge commit 'f1ff6804871d47381b9bd398a60f4c77174fd1d3' | Roman Perepelitsa | 2021-06-27 | 2 | -2/+5 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 260a5f4b..76182238 | Roman Perepelitsa | 2021-06-27 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | 76182238 add zwc make target ea398d90 update libgit2 ref (https://github.com/romkatv/powerlevel10k/issues/1428) git-subtree-dir: gitstatus git-subtree-split: 7618223859f614a76ed8019f1a60ee3df18984cf | ||||
* | | 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 |
| | | |||||
* | | docs: cross-link two faq entries | Roman Perepelitsa | 2021-06-17 | 1 | -0/+4 |
| | | |||||
* | | readme: update git commands for ahead/behind arrows | Roman Perepelitsa | 2021-06-17 | 1 | -4/+4 |
| | | |||||
* | | presume that `node --version` may depend on package.json (#1388) | Roman Perepelitsa | 2021-06-11 | 1 | -17/+24 |
| | | |||||
* | | cleanup | Roman Perepelitsa | 2021-06-11 | 2 | -2/+2 |
| | | |||||
* | | update windows terminal font instructions to accound for the fact that ↵ | Roman Perepelitsa | 2021-06-11 | 2 | -4/+10 |
| | | | | | | | | they've changed the default settings.json (#1443) | ||||
* | | Merge commit '038de6f78b21171615d0b4628471e71efe10d77e' | Roman Perepelitsa | 2021-06-11 | 1 | -6/+23 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 96b520b2..260a5f4b | Roman Perepelitsa | 2021-06-11 | 1 | -6/+23 |
| | | | | | | | | | | | | | | 260a5f4b fix a bug in the build script that prevented it from working when using a newer git with init.defaultBranch override in the global config (#242) git-subtree-dir: gitstatus git-subtree-split: 260a5f4bc9776d41d500a51464249ce5e555a99e | ||||
* | | Merge commit '96f3ca173331c5dba505d2ef5106cb0d605ec3be'v1.15.0 | Roman Perepelitsa | 2021-06-10 | 6 | -35/+64 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 113f1f69..96b520b2 | Roman Perepelitsa | 2021-06-10 | 6 | -35/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 96b520b2 build v1.5.1 binaries for all platforms ffeb0507 bump version to v1.5.1 1bcbea07 mbuild: disable pacman upgrades on msys 39dbb92f log a warning if unable to parse packed-refs a9d70ec0 add `-r` flag to gitstatus_start in bash bindings (#241) abbf9a79 don't use static_assert with one argument as it's not available prior to c++17 (#239) f8c396e4 drop all tags if packed-refs doesn't have a header line (https://github.com/romkatv/powerlevel10k/issues/1428) git-subtree-dir: gitstatus git-subtree-split: 96b520b248ca872646e27b3df4535898356e4637 | ||||
* | | display "wip" in git status if the latest commit's summary contains "wip" or ↵ | Roman Perepelitsa | 2021-06-08 | 5 | -5/+26 |
| | | | | | | | | "WIP" (#1425) | ||||
* | | cleanup | Roman Perepelitsa | 2021-06-04 | 1 | -3/+3 |
| | | |||||
* | | Merge commit 'ba83466e1da75d9260ebbb145215d9c46d6eadf6' | Roman Perepelitsa | 2021-05-30 | 11 | -59/+97 |
|\| | |||||
| * | Squashed 'gitstatus/' changes from 6d00edd0..113f1f69 | Roman Perepelitsa | 2021-05-30 | 11 | -59/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 113f1f69 release gitstatusd-linux-x86_64 v1.5.0 e193be52 expose HEAD's commit message 815301f1 do not redefine `exec` and `builtin` in bash bindings (#235) 97c2aa17 Make `--version-glob` to receive an argument (#216) 95e549fd Support building on OpenBSD (#208) b054ddf2 make homebrew instructions work on systems other than darwin-x86_64 (#205) 98f99ade fix brew formula check git-subtree-dir: gitstatus git-subtree-split: 113f1f698667d12906d97e3818aec5d760dc6e3d | ||||
* | | clarify that Windows Terminal is the one from Microsoft | Roman Perepelitsa | 2021-05-29 | 2 | -4/+4 |
| | | |||||
* | | Correct name of Windows Terminal in README (#1424) | Mark Adamson | 2021-05-29 | 1 | -1/+1 |
| | | |||||
* | | add P9K_AWS_PROFILE and P9K_AWS_REGION and use it in default configs | Roman Perepelitsa | 2021-05-28 | 5 | -48/+71 |
| | | |||||
* | | Merge branch 'alexjurkiewicz-aws-region' | Roman Perepelitsa | 2021-05-28 | 5 | -1/+46 |
|\ \ | |||||
| * | | Add region support for aws element | Alex Jurkiewicz | 2021-05-28 | 5 | -1/+46 |
|/ / | |||||
* | | Fix icon padding for VCS bookmark icon (#1414) (#1415) | Zachary Palumbo | 2021-05-26 | 1 | -0/+1 |
| | | |||||
* | | fix asdf, was broken by 1ad8e5759ecd41619746a775d9bc9d2902c5c90e (#1409) | Roman Perepelitsa | 2021-05-25 | 1 | -3/+7 |
| | | |||||
* | | don't leak 'token' local variable in parser (#1407) | Roman Perepelitsa | 2021-05-24 | 1 | -1/+1 |
| | | |||||
* | | pyenv: skip lines that start with "#" (#1376) | Roman Perepelitsa | 2021-05-22 | 1 | -1/+1 |
| | | |||||
* | | hide python version in pyenv in lean/classic/rainbow if the rest of the ↵ | Roman Perepelitsa | 2021-05-22 | 4 | -16/+16 |
| | | | | | | | | content starts with it (#1376) | ||||
* | | 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 | 7 | -0/+50 |
| | | |||||
* | | add P9K_IP_{RX,TX}_BYTES_DELTA to the list of parameters available within ↵ | Roman Perepelitsa | 2021-05-14 | 5 | -28/+50 |
| | | | | | | | | 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 |
| | | |||||
* | | fix style in font instructions | Roman Perepelitsa | 2021-04-18 | 2 | -9/+16 |
| | | |||||
* | | Font instructions for Asbrú Connection Manager (#1362) | alsoGAMER | 2021-04-18 | 1 | -1/+4 |
| | | |||||
* | | bump version (#1361) | Roman Perepelitsa | 2021-04-16 | 1 | -1/+1 |
| | |