aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
Commit message (Expand)AuthorAgeFilesLines
...
* fix bugs in right promptromkatv2019-07-111-39/+8
* port left prompt changes to right promptromkatv2019-07-111-84/+180
* add p9k_prompt_segment; add SELF_JOINED; delete simple_dirromkatv2019-07-101-62/+54
* fix vcs backgroundromkatv2019-07-091-10/+10
* fix fg of the left terminatorromkatv2019-07-091-14/+12
* the other half half of the support for custom powerline terminatorsromkatv2019-07-091-25/+18
* half of the support for custom powerline terminatorsromkatv2019-07-091-24/+47
* make vcs component style params consistent with the restromkatv2019-07-091-29/+34
* add per-state overrides and fallbacks for the generic formatting optionsromkatv2019-07-091-72/+124
* iron out bugs in the new rendered; rename TRANSFORMER to EXPANSIONromkatv2019-07-091-45/+56
* start massive refactoring of the rendering engineromkatv2019-07-081-41/+61
* bug fix: _p9k_vcs_status_purge:3: no matches foundromkatv2019-07-081-0/+1
* use numerical values for default colorsromkatv2019-07-081-4/+4
* add POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTINGromkatv2019-07-081-8/+40
* ditch subsegments in vcs; fixes #110romkatv2019-07-081-34/+17
* Revert "Add ability to provide a cluster function in kubecontext segment"venyii2019-07-071-3/+0
* when entering a directory for which no prior git state is known, issue a no-d...romkatv2019-07-071-64/+107
* speed up user and contextromkatv2019-07-071-30/+42
* Merge pull request #106 from venyii/kubecontext-cluster-funcRoman Perepelitsa2019-07-071-0/+3
|\
| * Add ability to provide a cluster function in kubecontext segmentvenyii2019-07-051-0/+3
* | fix ruler color on ZSH 5.1romkatv2019-07-061-2/+2
* | add POWERLEVEL9K_${segment}_${state}_{PREFIX,SUFFIX} parametersromkatv2019-07-061-16/+29
* | add POWERLEVEL9K_${segment}_${state}_CONTENT_TRANSFORMER parameterromkatv2019-07-061-22/+25
|/
* add POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL and POWERLEVEL9K_RIGH...romkatv2019-07-041-18/+41
* render VCS_GIT_ICON and the like as segment visual identifiers instead of emb...romkatv2019-07-031-18/+12
* Merge branch 'add_space_between_remote_icon_and_commit_hash' of https://githu...romkatv2019-07-031-5/+2
|\
| * Add space between remote icon and commit hashCarlos Álvaro2019-07-031-5/+2
* | add RIGHT_SEGMENT_END_SEPARATORromkatv2019-07-031-1/+5
|/
* set VI_KEYMAP in zle-keymap-selectRoman Perepelitsa2019-07-021-1/+2
* typos in commentsromkatv2019-07-011-2/+2
* make custom dir classes easier to use, fix bugs, write docs, rename parameter...romkatv2019-07-011-23/+85
* Allow to define icons and states as dicitionary.Raul Benito Garcia2019-07-011-12/+17
* Merge pull request #93 from MarvinTeichmann/patch-1Roman Perepelitsa2019-06-251-1/+3
|\
| * Make virtualenv segment configurable, similar to anaconda.Marvin Teichmann2019-06-251-1/+3
* | don't attempt to flock a fifo; it doesn't work on bsdromkatv2019-06-241-5/+8
|/
* run all segment rendering code under `emulate -L zsh && setopt no_hist_expand...romkatv2019-06-221-20/+7
* make public_ip faster, especially when there is no internet connectionromkatv2019-06-211-86/+128
* add VCS_DIRTY_ICON for better Pure emulationromkatv2019-06-201-18/+22
* when command_execution_time is a single integer, add 's' suffix to itromkatv2019-06-201-1/+2
* add POWERLEVEL9K_DIR_HYPERLINKromkatv2019-06-201-1/+6
* Properly escape all weird shit (e.g., quotes).romkatv2019-06-201-37/+37
* speed up rvm promptromkatv2019-06-201-7/+5
* treat REGION_ACTIVE=2 the same way as REGION_ACTIVE=1romkatv2019-06-201-4/+5
* add POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSIONromkatv2019-06-201-2/+7
* show minor python versionromkatv2019-06-201-1/+1
* simplify chrubyromkatv2019-06-201-17/+5
* add POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSIONromkatv2019-06-201-3/+13
* fix _get_icon on ZSH 5.1romkatv2019-06-191-2/+3
* don't hook zle-line-finish if transient_prompt is not setromkatv2019-06-191-1/+1
* fix battery segment on macOSromkatv2019-06-181-1/+1