aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Add sparkctl to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND (#2346)Koen van Zuijlen2023-06-174-4/+4
|
* fix chezmoi segment and rename it to chezmoi_shell (#2311)Roman Perepelitsa2023-06-115-30/+29
| | | | | | | | | | | | | - Link to the project's homepage rather than its source code. - Move `chezmoi_shell` next to all the other *shell indicator* segments. - Use a shade of blue that resembes the color on chezmoi.io. - Don't go beyond 8 colors in 8-color configs. - Remove the segment from the *pure* config. - Fix whitespace padding on `CHEZMOI_ICON`. - Use the appropriate icon with all fonts (the same as `HOME`). - Add missing `CHEZMOI_ICON` definitions for "powerline" and "ascii" font modes. - Remove the redundant literal "chezmoi" content from the segment. - Fix instant prompt so that the segment is shown only when `$CHEZMOI` is non-empty.
* Merge branch 'feat/add-chezmoi-prompt' of ↵Roman Perepelitsa2023-06-115-0/+30
|\ | | | | | | https://github.com/Alkindi42/powerlevel10k into Alkindi42-feat/add-chezmoi-prompt
| * feat: add color and custom iconAlkindi422023-06-104-0/+25
| |
| * feat: enable chezmoi prompt in configurationsAlkindi422023-05-215-0/+5
| |
* | Added cert manager cmctl to POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMANDkvanzuijlen2023-06-084-4/+4
| |
* | add a comment within .p10k.zsh explaining the use of "_joined" (#2332)Roman Perepelitsa2023-06-042-0/+6
|/
* nvm: implement POWERLEVEL9K_NVM_PROMPT_ALWAYS_SHOW and default to falseZaidhaan Hussain2023-05-074-0/+12
|
* nvm: implement POWERLEVEL9K_NVM_SHOW_SYSTEM and default to trueZaidhaan Hussain2023-05-074-0/+8
|
* do not infer nix_shell from PATH unless ↵Roman Perepelitsa2023-04-124-0/+12
| | | | POWERLEVEL9K_NIX_SHELL_INFER_FROM_PATH is set to true (#2246)
* Added kubecolor to KUBECONTEXT_SHOW_ON_COMMANDNatureLR2023-03-034-4/+4
|
* set POWERLEVEL9K_VPN_IP_INTERFACE to the same value as the default: this ↵Roman Perepelitsa2023-01-284-4/+4
| | | | adds ZeroTier support
* Added kubent to KUBECONTEXT_SHOW_ON_COMMANDkvanzuijlen2023-01-064-4/+4
|
* add a missing lf header to p10k-lean.zsh (#2126)Roman Perepelitsa2022-12-161-0/+1
|
* Add lf segmentUtkarsh Verma2022-12-164-0/+28
|
* 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.