aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #111 from venyii/revert-kubecontext-funcRoman Perepelitsa2019-07-072-16/+0
|\ | | | | Revert "Add ability to provide a cluster function in kubecontext segment"
| * Revert "Add ability to provide a cluster function in kubecontext segment"venyii2019-07-072-16/+0
|/ | | | | | | This reverts commit a9d99c9cab69bd52edd3584ea426d8dacd6e8929. Only a74603d30f2e1fbbffc53346382ac280725a06c6 was supposed to be merged in https://github.com/romkatv/powerlevel10k/pull/106
* when entering a directory for which no prior git state is known, issue a ↵romkatv2019-07-071-64/+107
| | | | no-diff request to gitstatusd
* pull upstream changes from gitstatusromkatv2019-07-079-8/+26
|
* speed up user and contextromkatv2019-07-071-30/+42
|
* Merge pull request #106 from venyii/kubecontext-cluster-funcRoman Perepelitsa2019-07-073-1/+17
|\ | | | | Fix a typo in docs.
| * Fix README typovenyii2019-07-051-1/+1
| |
| * Add ability to provide a cluster function in kubecontext segmentvenyii2019-07-052-0/+16
| | | | | | | | | | This makes it possible to customize the displayed cluster name, e.g. `gke_project-name-1337_europe-west1-c_production` -> `production`
* | 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 ↵romkatv2019-07-041-18/+41
| | | | POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL
* add an faq entry saying that powerlevel10k is not fast to loadromkatv2019-07-041-0/+20
|
* pull upstream changes from gitstatusromkatv2019-07-042-4/+8
|
* render VCS_GIT_ICON and the like as segment visual identifiers instead of ↵romkatv2019-07-032-20/+12
| | | | embedding them in the content
* Merge branch 'cdalvaro-add_space_between_remote_icon_and_commit_hash'romkatv2019-07-032-5/+4
|\
| * Merge branch 'add_space_between_remote_icon_and_commit_hash' of ↵romkatv2019-07-032-5/+4
|/| | | | | | | https://github.com/cdalvaro/powerlevel10k into cdalvaro-add_space_between_remote_icon_and_commit_hash
| * Add space between remote icon and commit hashCarlos Álvaro2019-07-032-5/+4
| |
* | add RIGHT_SEGMENT_END_SEPARATORromkatv2019-07-032-1/+10
|/
* 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 ↵romkatv2019-07-011-23/+85
| | | | parameters to be consistent
* Merge branch 'raul-benito-master'romkatv2019-07-011-7/+12
|\
| * Merge remote-tracking branch 'upstream/master'Raul Benito Garcia2019-07-010-0/+0
| |\ | |/ |/|
* | make POWERLEVEL9K_VCS_${component}FORMAT_FOREGROUND overrides work on ZSH ↵romkatv2019-06-291-1/+2
| | | | | | | | older than 5.2
* | fix custom prompt on ZSH older than 5.2romkatv2019-06-291-4/+3
| | | | | | | | fixes #96
| * Allow to define icons and states as dicitionary.Raul Benito Garcia2019-07-011-12/+17
|/ | | | | The next PR will add the possibility of adding new icons to different paths.
* Merge pull request #93 from MarvinTeichmann/patch-1Roman Perepelitsa2019-06-251-1/+3
|\ | | | | Make virtualenv segment configurable, similar to anaconda.
| * Make virtualenv segment configurable, similar to anaconda.Marvin Teichmann2019-06-251-1/+3
| | | | | | | | | | | | | | | | | | | | | | The virtualenv segment can now be configured using the following Variables: set_default POWERLEVEL9K_VIRTUALENV_LEFT_DELIMITER "(" set_default POWERLEVEL9K_VIRTUALENV_RIGHT_DELIMITER ")" The new defaults are chosen to resemble the standard virtualenv prompt configuration. The variable names are choosen analogous to the anaconda segment. This implements the bhilburn/powerlevel9k#345 pr.
* | 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 ↵romkatv2019-06-221-20/+7
| | | | no_hist_expand extended_glob`
* pull upstream changes from gitstatusromkatv2019-06-222-0/+0
|
* delete pure10k screenshot; it's no longer referenced by the gistromkatv2019-06-211-0/+0
|
* make public_ip faster, especially when there is no internet connectionromkatv2019-06-211-86/+128
| | | | issue #92
* 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
| | | | Inspired by https://github.com/bhilburn/powerlevel9k/pull/1215.
* add POWERLEVEL9K_DIR_HYPERLINKromkatv2019-06-201-1/+6
| | | | This is a port of https://github.com/bhilburn/powerlevel9k/pull/1052.
* Properly escape all weird shit (e.g., quotes).romkatv2019-06-201-37/+37
| | | | This reverts commit 194db2e429fa44e78eb770c150c56135d3f33e13.
* 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
|