Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug fix: _p9k_vcs_status_purge:3: no matches found | romkatv | 2019-07-08 | 1 | -0/+1 |
| | |||||
* | use numerical values for default colors | romkatv | 2019-07-08 | 1 | -4/+4 |
| | |||||
* | add POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING | romkatv | 2019-07-08 | 1 | -8/+40 |
| | |||||
* | ditch subsegments in vcs; fixes #110 | romkatv | 2019-07-08 | 1 | -34/+17 |
| | |||||
* | Revert "Add ability to provide a cluster function in kubecontext segment" | venyii | 2019-07-07 | 1 | -3/+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 ↵ | romkatv | 2019-07-07 | 1 | -64/+107 |
| | | | | no-diff request to gitstatusd | ||||
* | speed up user and context | romkatv | 2019-07-07 | 1 | -30/+42 |
| | |||||
* | Merge pull request #106 from venyii/kubecontext-cluster-func | Roman Perepelitsa | 2019-07-07 | 1 | -0/+3 |
|\ | | | | | Fix a typo in docs. | ||||
| * | Add ability to provide a cluster function in kubecontext segment | venyii | 2019-07-05 | 1 | -0/+3 |
| | | | | | | | | | | 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.1 | romkatv | 2019-07-06 | 1 | -2/+2 |
| | | |||||
* | | add POWERLEVEL9K_${segment}_${state}_{PREFIX,SUFFIX} parameters | romkatv | 2019-07-06 | 1 | -16/+29 |
| | | |||||
* | | add POWERLEVEL9K_${segment}_${state}_CONTENT_TRANSFORMER parameter | romkatv | 2019-07-06 | 1 | -22/+25 |
|/ | |||||
* | add POWERLEVEL9K_LEFT_PROMPT_FIRST_SEGMENT_START_SYMBOL and ↵ | romkatv | 2019-07-04 | 1 | -18/+41 |
| | | | | POWERLEVEL9K_RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL | ||||
* | render VCS_GIT_ICON and the like as segment visual identifiers instead of ↵ | romkatv | 2019-07-03 | 1 | -18/+12 |
| | | | | embedding them in the content | ||||
* | Merge branch 'add_space_between_remote_icon_and_commit_hash' of ↵ | romkatv | 2019-07-03 | 1 | -5/+2 |
|\ | | | | | | | https://github.com/cdalvaro/powerlevel10k into cdalvaro-add_space_between_remote_icon_and_commit_hash | ||||
| * | Add space between remote icon and commit hash | Carlos Álvaro | 2019-07-03 | 1 | -5/+2 |
| | | |||||
* | | add RIGHT_SEGMENT_END_SEPARATOR | romkatv | 2019-07-03 | 1 | -1/+5 |
|/ | |||||
* | set VI_KEYMAP in zle-keymap-select | Roman Perepelitsa | 2019-07-02 | 1 | -1/+2 |
| | |||||
* | typos in comments | romkatv | 2019-07-01 | 1 | -2/+2 |
| | |||||
* | make custom dir classes easier to use, fix bugs, write docs, rename ↵ | romkatv | 2019-07-01 | 1 | -23/+85 |
| | | | | parameters to be consistent | ||||
* | Allow to define icons and states as dicitionary. | Raul Benito Garcia | 2019-07-01 | 1 | -12/+17 |
| | | | | | The next PR will add the possibility of adding new icons to different paths. | ||||
* | Merge pull request #93 from MarvinTeichmann/patch-1 | Roman Perepelitsa | 2019-06-25 | 1 | -1/+3 |
|\ | | | | | Make virtualenv segment configurable, similar to anaconda. | ||||
| * | Make virtualenv segment configurable, similar to anaconda. | Marvin Teichmann | 2019-06-25 | 1 | -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 bsd | romkatv | 2019-06-24 | 1 | -5/+8 |
|/ | |||||
* | run all segment rendering code under `emulate -L zsh && setopt ↵ | romkatv | 2019-06-22 | 1 | -20/+7 |
| | | | | no_hist_expand extended_glob` | ||||
* | make public_ip faster, especially when there is no internet connection | romkatv | 2019-06-21 | 1 | -86/+128 |
| | | | | issue #92 | ||||
* | add VCS_DIRTY_ICON for better Pure emulation | romkatv | 2019-06-20 | 1 | -18/+22 |
| | |||||
* | when command_execution_time is a single integer, add 's' suffix to it | romkatv | 2019-06-20 | 1 | -1/+2 |
| | | | | Inspired by https://github.com/bhilburn/powerlevel9k/pull/1215. | ||||
* | add POWERLEVEL9K_DIR_HYPERLINK | romkatv | 2019-06-20 | 1 | -1/+6 |
| | | | | This is a port of https://github.com/bhilburn/powerlevel9k/pull/1052. | ||||
* | Properly escape all weird shit (e.g., quotes). | romkatv | 2019-06-20 | 1 | -37/+37 |
| | | | | This reverts commit 194db2e429fa44e78eb770c150c56135d3f33e13. | ||||
* | speed up rvm prompt | romkatv | 2019-06-20 | 1 | -7/+5 |
| | |||||
* | treat REGION_ACTIVE=2 the same way as REGION_ACTIVE=1 | romkatv | 2019-06-20 | 1 | -4/+5 |
| | |||||
* | add POWERLEVEL9K_VIRTUALENV_SHOW_PYTHON_VERSION | romkatv | 2019-06-20 | 1 | -2/+7 |
| | |||||
* | show minor python version | romkatv | 2019-06-20 | 1 | -1/+1 |
| | |||||
* | simplify chruby | romkatv | 2019-06-20 | 1 | -17/+5 |
| | |||||
* | add POWERLEVEL9K_ANACONDA_SHOW_PYTHON_VERSION | romkatv | 2019-06-20 | 1 | -3/+13 |
| | |||||
* | fix _get_icon on ZSH 5.1 | romkatv | 2019-06-19 | 1 | -2/+3 |
| | | | | | | | | | | | ZSH 5.1 has crippled ${(P)...}. For example, the following code prints "broken": unset foo echo ${${(P)foo}+broken} In ZSH 5.2 and later this code print an empty line. Fixes #91. | ||||
* | don't hook zle-line-finish if transient_prompt is not set | romkatv | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | fix battery segment on macOS | romkatv | 2019-06-18 | 1 | -1/+1 |
| | | | | issue #89 | ||||
* | remove leading "go" from go_version | romkatv | 2019-06-18 | 1 | -1/+1 |
| | |||||
* | escape backslashes | romkatv | 2019-06-16 | 1 | -35/+35 |
| | |||||
* | fix properly round battery percent | romkatv | 2019-06-16 | 1 | -2/+2 |
| | |||||
* | make battery prompt work on WSL | romkatv | 2019-06-16 | 1 | -8/+16 |
| | |||||
* | bug fix: don't assume that $#POWERLEVEL9K_BATTERY_STAGES == ↵ | romkatv | 2019-06-15 | 1 | -14/+18 |
| | | | | | | $#POWERLEVEL9K_BATTERY_LEVEL_BACKGROUND Reported in: https://github.com/romkatv/powerlevel10k/issues/88 | ||||
* | work around ZLE_RPROMPT_INDENT=0 bugs in ZSH | romkatv | 2019-06-14 | 1 | -3/+32 |
| | |||||
* | fix a bug in command_execution_time: wrong duration when it's over 24h | romkatv | 2019-06-14 | 1 | -20/+17 |
| | | | | Bug report: https://github.com/bhilburn/powerlevel9k/issues/1308 | ||||
* | fix signal names printed by status prompt segment | romkatv | 2019-06-11 | 1 | -1/+1 |
| | |||||
* | another blind attempt to fix mysterious non-reproducible issues | romkatv | 2019-06-09 | 1 | -11/+11 |
| | |||||
* | don't display right prompt if it would overflow to the next line | romkatv | 2019-06-09 | 1 | -4/+5 |
| | |||||
* | minor cleanup | romkatv | 2019-06-09 | 1 | -3/+1 |
| |