| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pull upstream changes from gitstatus | romkatv | 2019-07-04 | 2 | -4/+8 |
* | render VCS_GIT_ICON and the like as segment visual identifiers instead of emb... | romkatv | 2019-07-03 | 2 | -20/+12 |
* | Merge branch 'cdalvaro-add_space_between_remote_icon_and_commit_hash' | romkatv | 2019-07-03 | 2 | -5/+4 |
|\ |
|
| * | Merge branch 'add_space_between_remote_icon_and_commit_hash' of https://githu... | romkatv | 2019-07-03 | 2 | -5/+4 |
|/| |
|
| * | Add space between remote icon and commit hash | Carlos Álvaro | 2019-07-03 | 2 | -5/+4 |
* | | add RIGHT_SEGMENT_END_SEPARATOR | romkatv | 2019-07-03 | 2 | -1/+10 |
|/ |
|
* | 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 parameter... | romkatv | 2019-07-01 | 1 | -23/+85 |
* | Merge branch 'raul-benito-master' | romkatv | 2019-07-01 | 1 | -7/+12 |
|\ |
|
| * | Merge remote-tracking branch 'upstream/master' | Raul Benito Garcia | 2019-07-01 | 0 | -0/+0 |
| |\
| |/
|/| |
|
* | | make POWERLEVEL9K_VCS_${component}FORMAT_FOREGROUND overrides work on ZSH old... | romkatv | 2019-06-29 | 1 | -1/+2 |
* | | fix custom prompt on ZSH older than 5.2 | romkatv | 2019-06-29 | 1 | -4/+3 |
| * | Allow to define icons and states as dicitionary. | Raul Benito Garcia | 2019-07-01 | 1 | -12/+17 |
|/ |
|
* | Merge pull request #93 from MarvinTeichmann/patch-1 | Roman Perepelitsa | 2019-06-25 | 1 | -1/+3 |
|\ |
|
| * | Make virtualenv segment configurable, similar to anaconda. | Marvin Teichmann | 2019-06-25 | 1 | -1/+3 |
* | | 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 no_hist_expand... | romkatv | 2019-06-22 | 1 | -20/+7 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-22 | 2 | -0/+0 |
* | delete pure10k screenshot; it's no longer referenced by the gist | romkatv | 2019-06-21 | 1 | -0/+0 |
* | make public_ip faster, especially when there is no internet connection | romkatv | 2019-06-21 | 1 | -86/+128 |
* | 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 |
* | add POWERLEVEL9K_DIR_HYPERLINK | romkatv | 2019-06-20 | 1 | -1/+6 |
* | Properly escape all weird shit (e.g., quotes). | romkatv | 2019-06-20 | 1 | -37/+37 |
* | 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 |
* | don't hook zle-line-finish if transient_prompt is not set | romkatv | 2019-06-19 | 1 | -1/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-19 | 3 | -11/+12 |
* | fix battery segment on macOS | romkatv | 2019-06-18 | 1 | -1/+1 |
* | remove leading "go" from go_version | romkatv | 2019-06-18 | 1 | -1/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-17 | 2 | -0/+0 |
* | 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 == $#POWERLEVEL9K_BA... | romkatv | 2019-06-15 | 1 | -14/+18 |
* | 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 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-11 | 1 | -1/+3 |
* | fix signal names printed by status prompt segment | romkatv | 2019-06-11 | 1 | -1/+1 |
* | add a screenshot of pure10k config | romkatv | 2019-06-10 | 1 | -0/+0 |
* | pull upstream changes from gitstatus | romkatv | 2019-06-10 | 1 | -11/+14 |
* | Merge pull request #85 from Syphdias/link-fix | Roman Perepelitsa | 2019-06-10 | 1 | -2/+2 |
|\ |
|
| * | fixes links broken by a5b13acb | Syphdias | 2019-06-10 | 1 | -2/+2 |
|/ |
|
* | another blind attempt to fix mysterious non-reproducible issues | romkatv | 2019-06-09 | 1 | -11/+11 |