aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* rename arch to cpu_arch and rewrite it (#1752)Roman Perepelitsa2022-10-094-20/+49
|
* Merge branch 'master' of github.com:brent-moffit/powerlevel10k into ↵Roman Perepelitsa2022-10-084-0/+20
|\ | | | | | | brent-moffit-master
| * Add `arch` prompt for displaying CPU architecturebrent-moffit2022-02-034-0/+20
| | | | | | | | Adds the `arch` prompt to `p10k.zsh`, `ARCH_ICON` to `icons.zsh`, and commented entries in the default configs
* | survive broken FPATH (#10Roman Perepelitsa2022-10-026-6/+6
| |
* | typo in commentsRoman Perepelitsa2022-07-111-1/+1
| |
* | fix the UNICODE code point for powerline "branch" icon in comments (#1911)Roman Perepelitsa2022-06-224-4/+4
| |
* | Fixed minor spelling mistakesAnupam Srivastava2022-06-033-4/+4
| |
* | Show kubecontext when using kubeseal or skaffoldCurtis Vogt2022-04-074-4/+4
| |
* | minor cleanup around perlbrewRoman Perepelitsa2022-02-284-12/+4
| |
* | feature: added perlbrewLucas Burns2022-02-274-0/+52
|/
* remove duplicate thev1.16.0MenkeTechnologies2022-01-084-20/+20
|
* Added gsutil as is the main "other command" in GCPAndrea Cervesato (TheKoma)2022-01-054-4/+4
|
* Delete duplicate word "using using"Zura Kurtanidze2021-11-041-1/+1
| | | Hi, I removed duplicate word in the default configuration file
* new prompt segment: toolbox (https://github.com/containers/toolbox) #1560Roman Perepelitsa2021-09-104-0/+45
|
* Revert "add availability to display or not Terraform version"Roman Perepelitsa2021-08-174-8/+0
| | | | This reverts commit 20b87731de26638f40dce1bfc89f5b5a207e090f.
* add availability to display or not Terraform versionPatrick Tavares2021-08-164-0/+8
| | | | Show Terraform version segment only when *.tf files are present in current directory
* make terraform_version consistent with other *_version segments (#1487)Roman Perepelitsa2021-07-174-6/+28
|
* * Added new module for showing in prompt the active terraform version.Alejandro Gandara2021-07-152-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 Gandara2021-07-154-0/+4
| | | | | | | | | * 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 Williams2021-07-094-4/+4
| | | | | Support for flux v2 CLI Co-authored-by: Chris Williams <chris.williams@amwell.com>
* display "wip" in git status if the latest commit's summary contains "wip" or ↵Roman Perepelitsa2021-06-084-4/+24
| | | | "WIP" (#1425)
* add P9K_AWS_PROFILE and P9K_AWS_REGION and use it in default configsRoman Perepelitsa2021-05-284-24/+24
|
* Add region support for aws elementAlex Jurkiewicz2021-05-284-0/+24
|
* hide python version in pyenv in lean/classic/rainbow if the rest of the ↵Roman Perepelitsa2021-05-224-16/+16
| | | | content starts with it (#1376)
* Add xplr segment (#1396)Maxim Baz2021-05-154-0/+29
|
* add P9K_IP_{RX,TX}_BYTES_DELTA to the list of parameters available within ↵Roman Perepelitsa2021-05-144-28/+36
| | | | POWERLEVEL9K_IP_CONTENT_EXPANSION (#1392)
* don't display git tag when on a branch (#1294)Roman Perepelitsa2021-03-094-4/+4
|
* add fluxctl and stern to show kubecontext (#1268)bcochofel2021-02-214-4/+4
|
* Added wlan(w) to regular expression of network interfaces. (#1224)v1.14.6Dhananjay Tanpure2021-01-154-4/+4
| | | Name of network interface is generally wlan0 or wlp3s0.
* Add tailscale in VPN network interface regex. (#1208)Julio Carlos Barrera Juez2021-01-104-4/+4
|
* uncomment BACKGROUND and FOREGROUND parameters in p10k-classic.zsh; comments ↵Roman Perepelitsa2020-12-241-117/+118
| | | | confuse users (#1182)
* Remove trailing whitespace (#1173)Samuel Gräfenstein2020-12-203-3/+3
|
* refactor my_git_formatter to make it easier to change it so that tag is ↵Roman Perepelitsa2020-12-204-64/+96
| | | | always displayed
* fix a comment above POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION in lean styleRoman Perepelitsa2020-12-181-2/+2
|
* dir: add _NON_EXISTENT similarly to _NON_WRITABLE (requires ↵Roman Perepelitsa2020-12-144-34/+67
| | | | | | POWERLEVEL9K_DIR_SHOW_WRITABLE=v3) See #1160.
* Correct some typos in zsh conf (#1119)Felix Yan2020-11-224-4/+4
|
* support POWERLEVEL9K_VIRTUALENV_SHOW_WITH_PYENV=if-different; see #730Roman Perepelitsa2020-09-094-4/+8
|
* repair spelling of "occurrences" (#998)Lucas Larson2020-09-074-8/+8
|
* add scalaenv prompt segment; see #991Roman Perepelitsa2020-09-034-0/+57
|
* typo in commentsRoman Perepelitsa2020-09-024-4/+4
|
* wifi on linux: fix bugs and speed things upRoman Perepelitsa2020-09-014-20/+4
|
* add "gpd" to the list of default VPN network interfaces; see #979Roman Perepelitsa2020-08-274-4/+4
|
* add k9s, helmfile and terragrunt to some SHOW_ON_COMMAND params; #904Roman Perepelitsa2020-08-244-16/+16
|
* add an empty line after the branch/tag truncation logicRoman Perepelitsa2020-08-224-0/+4
|
* enable extended_glob in p10k-{pure,robbyrussell}.zsh to fix `unset -m`Roman Perepelitsa2020-08-212-2/+2
|
* allow optional offset in POWERLEVEL9K_DIR_TRUNCATE_BEFORE_MARKER; see #896Roman Perepelitsa2020-07-184-0/+20
|
* Fix POWERLEVEL9K_COMMAND_EXECUTION_TIME_THRESHOLD comments (#880)Henry Bley-Vroman2020-07-114-4/+4
|
* Merge branch 'ancarpan-terraform-show-default'v1.12.0Roman Perepelitsa2020-07-044-17/+26
|\
| * Add option to show terraform workspace even if it's defaultAndrea Carpani2020-07-034-0/+8
|/
* Fix typo in config comment. (#836)mundry2020-06-213-3/+3
| | | Co-authored-by: mundry <mundry@users.noreply.github.com>