aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-lean.zsh
Commit message (Collapse)AuthorAgeFilesLines
* cleanupromkatv2019-10-111-4/+2
|
* revamp aws_eb_env. it returns the starred entry from the output of "eb list"romkatv2019-10-081-0/+7
|
* avoid calling 'functions +M' as it sometimes crashes zshromkatv2019-10-081-1/+1
|
* add azure prompt segmentromkatv2019-10-081-0/+7
|
* clarify comments for POWERLEVEL9K_DIR_MAX_LENGTHromkatv2019-10-081-1/+2
| | | | | | | | Make it explicit that POWERLEVEL9K_DIR_MAX_LENGTH isn't the only constraint that may cause directory truncation. See the original description of #250 before this issue was repurposed for something unrelated.
* replace expansion-based Git status formatter with a functionromkatv2019-10-071-43/+84
|
* don't print options when no_aliases, no_sh_glob and brace_expand are all setromkatv2019-10-031-1/+1
|
* enable `aws` prompt segment by defaultromkatv2019-09-241-0/+7
|
* bold user@hostname when root; add a comment explaining how to always show ↵romkatv2019-09-241-4/+5
| | | | user@hostname
* new prompt segment: dotnet_versionromkatv2019-09-241-0/+9
| | | | | | | | | | To enable this segment: 1. Run `p10k configure`. 2. Open `~/.p10k.zsh` and search for `dotnet_version`. 3. Uncomment the first occurrence. Fixes #233.
* survive aliased `local`romkatv2019-09-201-1/+1
|
* survive emulate sh; fixes #226romkatv2019-09-201-12/+11
|
* add vpn_ip (disable by default)romkatv2019-09-191-0/+12
|
* add OVERWRITE vi moderomkatv2019-09-181-0/+3
| | | | | | | | | | | | | | | | | | When using vi_mode segment, the new mode can be enabled by defining POWERLEVEL9K_VI_OVERWRITE_MODE_STRING. POWERLEVEL9K_VI_OVERWRITE_MODE_STRING=OVERWRITE When using prompt_char, the new mode can be enabled by defining POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true. The prompt symbol in OVERWRITE state defaults to '▶'. It can be customized by defining POWERLEVEL9K_PROMPT_CHAR_{OK,ERROR}_VIOWR_CONTENT_EXPANSION. POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=true POWERLEVEL9K_PROMPT_CHAR_OK_VIOWR_CONTENT_EXPANSION=R POWERLEVEL9K_PROMPT_CHAR_ERROR_VIOWR_CONTENT_EXPANSION=R Fixes #219.
* cleanupromkatv2019-09-181-1/+1
|
* commentsromkatv2019-09-181-1/+0
|
* commentsromkatv2019-09-101-1/+1
|
* don't display kubecontext namespace if it's literally 'default'romkatv2019-09-091-6/+7
|
* Merge branch 'config-kubernetes' of ↵romkatv2019-09-091-1/+1
|\ | | | | | | https://github.com/iAnomaly/powerlevel10k into iAnomaly-config-kubernetes
| * Default Kubernetes content expansion to include namespace.Cameron Boulton2019-09-071-1/+1
| |
* | use fancier battery icons with nerd fontsromkatv2019-09-091-8/+4
| |
* | typo in commentsromkatv2019-09-091-1/+1
| |
* | strip hexadecimal colors from vcs when loading; see #207romkatv2019-09-081-2/+2
| |
* | commentsromkatv2019-09-071-2/+10
| |
* | disable or substitute "compatible" icons that cannot be displayed by the ↵romkatv2019-09-071-1/+1
|/ | | | stock Menlo on macOS
* font commentsromkatv2019-09-061-4/+3
|
* add comments around git branch shorteningromkatv2019-08-301-1/+3
|
* add ram and loadromkatv2019-08-291-0/+20
|
* add POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS and ↵romkatv2019-08-291-0/+6
| | | | POWERLEVEL9K_DIR_MIN_COMMAND_COLUMNS_PCT
* add more patterns to POWERLEVEL9K_SHORTEN_FOLDER_MARKERromkatv2019-08-281-2/+19
|
* add `proxy` prompt segmentromkatv2019-08-271-0/+7
|
* move time to the first prompt lineromkatv2019-08-271-1/+1
|
* better utf-8 handlingromkatv2019-08-201-1/+2
|
* add terraform prompt segmentromkatv2019-08-191-0/+7
|
* make all colors visible on white and solarized-light background; see #177romkatv2019-08-191-9/+9
|
* add ranger prompt; see #171romkatv2019-08-171-0/+7
|
* Try harder when running on a system with incorrectly configured locale.romkatv2019-08-171-1/+3
| | | | | | | ZSH will still be broken when locale is misconfigured but at least p10k will work so users will look for help elsewhere. Fixes #173.
* remove POWERLEVEL9K_ALWAYS_SHOW_CONTEXT from configs as it confuses usersromkatv2019-08-161-1/+0
|
* spelloromkatv2019-08-161-1/+1
|
* shorten git branch name if over 32 chars long; tune colorsromkatv2019-08-141-3/+8
|
* add POWERLEVEL9K_RUST_VERSION_PROJECT_ONLY and ↵romkatv2019-08-121-1/+5
| | | | POWERLEVEL9K_GO_VERSION_PROJECT_ONLY
* add rust_version to lean and classic configsromkatv2019-08-121-2/+9
|
* enable rbenv by default in lean and classic configsromkatv2019-08-101-1/+1
|
* add rvm to lean and classic configsromkatv2019-08-101-0/+11
|
* remove one space after VCS_BRANCH_ICON when using wide iconsromkatv2019-08-081-1/+1
|
* change os_icon styleromkatv2019-08-071-3/+3
|
* wizard: enable os_icon for users who like many iconsromkatv2019-08-071-1/+1
|
* add POWERLEVEL9K_VCS_CONFLICTED_MAX_NUMromkatv2019-08-051-1/+1
|
* be more tolerant towards misconfigured locales; users with non-utf-8 locales ↵romkatv2019-08-051-19/+14
| | | | will still have broken shells but at least p10k will work
* require zsh 5.3 for nordvpn segment; fixes #148romkatv2019-08-051-1/+1
|