aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
Commit message (Collapse)AuthorAgeFilesLines
* delete trashromkatv2020-01-121-3/+0
|
* add "todo" prompt segment to default configsromkatv2020-01-031-0/+25
|
* add nnn prompt segment; see #342romkatv2020-01-021-0/+7
|
* add plenv prompt segment; see #342romkatv2020-01-021-0/+12
|
* add jenv prompt segment; see #342romkatv2020-01-021-0/+12
|
* add luaenv prompt segment; see #342romkatv2020-01-021-0/+12
|
* BREAKING CHANGE: add classes to google_app_cred and change its default contentromkatv2020-01-021-36/+40
|
* rename gcloud_app to google_app_cred and change its apiromkatv2019-12-191-13/+26
|
* Add prompt for Google Cloud application credentialsRostyslav Sotnychenko2019-12-161-1/+19
|
* add POWERLEVEL9K_RBENV_SOURCES; fixes #372romkatv2019-12-121-1/+4
|
* unbreak Git commit formattingromkatv2019-12-091-4/+5
|
* Add example for showing the current Git commitAlex Jurkiewicz2019-12-091-0/+3
|
* better commends for POWERLEVEL9K_GCLOUD_CONTENT_EXPANSIONromkatv2019-12-061-2/+7
|
* use simpler patterns in POWERLEVEL9K_DIR_CLASSES examples that don't require ↵romkatv2019-12-061-2/+2
| | | | extended_glob
* add gcloud prompt segment; fixes #366romkatv2019-12-061-0/+12
|
* add fvmromkatv2019-12-051-0/+7
|
* ensure vim_shell and midnight_commander icons are always shown; apply ↵romkatv2019-12-041-4/+4
| | | | narrow_icons to them
* add vim_shell prompt segment; see #359romkatv2019-12-021-0/+7
|
* new prompt segment: goenv (see #342)romkatv2019-12-011-0/+9
|
* new prompt segment: midnignt_commander (see #342)romkatv2019-12-011-0/+7
|
* commentsromkatv2019-11-301-0/+1
|
* make it easier to edit context segment settings in generated configsromkatv2019-11-301-6/+10
|
* survive ancient zshromkatv2019-11-291-4/+7
|
* add `p10k reload` and call it from all standard configsromkatv2019-11-211-0/+4
|
* replace ↵ with ✘ in config templatesromkatv2019-11-191-3/+3
| | | | | Some terminals are unable to display ↵ even when using fonts that have this ghyph. See #326.
* add POWERLEVEL9K_RBENV_SOURCES; see #333romkatv2019-11-181-1/+4
|
* Add support for classes for AWS profile promptRostyslav Sotnychenko2019-11-141-3/+29
|
* add VIOWN color paramsromkatv2019-11-121-2/+2
|
* wizard: add transient prompt (optional); disable hot reloadromkatv2019-11-061-0/+15
|
* enable vi_mode in configs that don't have prompt_charromkatv2019-11-021-0/+18
|
* add direnv segment; fixes 291romkatv2019-10-271-0/+7
|
* define instant_prompt_example to demonstrate how to add segments to instant ↵romkatv2019-10-271-2/+21
| | | | prompt
* improve instant prompt usability, update docs and add an option to the ↵romkatv2019-10-261-2/+11
| | | | wizard to enable it
* enable instant prompt when configuration wizard runsromkatv2019-10-201-0/+3
|
* cleanupromkatv2019-10-111-8/+5
|
* 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-14/+13
|
* 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-101-1/+1
|