Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-19 | 3 | -11/+12 |
| | |||||
* | 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 |
| | |||||
* | 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 == ↵ | 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 | ||||
* | 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 |
| | | | | The config is at https://gist.github.com/romkatv/7cbab80dcbc639003066bb68b9ae0bbf. | ||||
* | 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 broken README link(s) | ||||
| * | 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 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-09 | 1 | -0/+0 |
| | |||||
* | ignore COLUMNS in _p9k_prompt_length | romkatv | 2019-06-09 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | manually collapse ' \b?' into '?' | romkatv | 2019-06-09 | 1 | -0/+3 |
| | |||||
* | attempt to fix a weird todo corner case. unlikely to help | romkatv | 2019-06-09 | 1 | -2/+2 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-07 | 2 | -1/+3 |
| | |||||
* | stop padding colors with leading zeros; it makes no difference | romkatv | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | add POWERLEVEL9K_DIR_MAX_LENGTH | romkatv | 2019-06-06 | 1 | -5/+25 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 1 | -1/+2 |
| | |||||
* | don't read /proc/loadavg if it's unreadable | romkatv | 2019-06-06 | 1 | -0/+1 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 2 | -1/+1 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-06 | 1 | -2/+3 |
| | |||||
* | add caching to prompt_dir | romkatv | 2019-06-05 | 1 | -38/+43 |
| | |||||
* | work around %b bugs in ZSH 5.2 | romkatv | 2019-06-05 | 1 | -26/+32 |
| | |||||
* | pull upstream changes from gitstatus | romkatv | 2019-06-05 | 2 | -0/+4 |
| | |||||
* | swap ahead and behind in git prompt; more logical | romkatv | 2019-06-04 | 1 | -5/+5 |
| | |||||
* | add POWERLEVEL9K_VCS_COMMITS_{AHEAD,BEHIND}_MAX_NUM | romkatv | 2019-06-04 | 1 | -2/+12 |
| | |||||
* | more useful default for POWERLEVEL9K_SHORTEN_FOLDER_MARKER | romkatv | 2019-06-02 | 1 | -11/+9 |
| | |||||
* | add '.terraform' to POWERLEVEL9K_SHORTEN_FOLDER_MARKER | Roman Perepelitsa | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | move source guard to the outer script | romkatv | 2019-06-01 | 2 | -33/+38 |
| | |||||
* | add the screencast so that it does not get lost | romkatv | 2019-06-01 | 1 | -0/+573 |
| | |||||
* | docs | romkatv | 2019-06-01 | 1 | -4/+3 |
| |