| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | speed up load prompt | romkatv | 2019-05-22 | 1 | -42/+27 |
* | speed up ram and swap prompts | romkatv | 2019-05-22 | 1 | -36/+42 |
* | speed up rbenv prompt | romkatv | 2019-05-22 | 1 | -8/+35 |
* | speed up battery prompt | romkatv | 2019-05-22 | 1 | -95/+92 |
* | speed up disk_usage prompt | romkatv | 2019-05-22 | 1 | -33/+16 |
* | cleanup | romkatv | 2019-05-22 | 1 | -5/+3 |
* | speed up aws_eb_env prompt | romkatv | 2019-05-22 | 1 | -5/+3 |
* | speed up swift_version prompt | romkatv | 2019-05-22 | 1 | -5/+4 |
* | speed up pyenv prompt | romkatv | 2019-05-22 | 1 | -12/+34 |
* | speed up todo prompt | romkatv | 2019-05-22 | 1 | -5/+29 |
* | speed up symfony2_version prompt | romkatv | 2019-05-22 | 1 | -4/+3 |
* | cleanup | romkatv | 2019-05-21 | 1 | -2/+2 |
* | speed up symfony2_tests and rspec_stats | romkatv | 2019-05-21 | 1 | -13/+11 |
* | speed up rust_version prompt | romkatv | 2019-05-21 | 1 | -10/+4 |
* | speed up php_version prompt | romkatv | 2019-05-21 | 1 | -6/+6 |
* | speed up nodeenv prompt | romkatv | 2019-05-21 | 1 | -1/+2 |
* | speed up go_version prompt | romkatv | 2019-05-21 | 1 | -5/+8 |
* | speed up node_version and nvm prompts; fixes #12 | romkatv | 2019-05-21 | 1 | -31/+123 |
* | bug fix: clear bold when drawing the end of a powerline | romkatv | 2019-05-21 | 1 | -1/+1 |
* | truncate_to_unique: respect POWERLEVEL9K_SHORTEN_FOLDER_MARKER with default v... | romkatv | 2019-05-19 | 1 | -19/+29 |
* | append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with truncate_to_unique... | romkatv | 2019-05-19 | 1 | -4/+5 |
* | cleanup | romkatv | 2019-05-19 | 1 | -1/+1 |
* | do not shorten the last dir in truncate_to_unique | romkatv | 2019-05-19 | 1 | -1/+1 |
* | fix bold<->nonbold transitions in dir | romkatv | 2019-05-19 | 1 | -20/+18 |
* | cleanup | romkatv | 2019-05-19 | 1 | -4/+4 |
* | support multiple markers with POWERLEVEL9K_SHORTEN_STRATEGY=truncate_with_fol... | romkatv | 2019-05-19 | 1 | -19/+21 |
* | when replacing parts of cwd with "...", make sure there is more than 1 char t... | romkatv | 2019-05-19 | 1 | -2/+2 |
* | support dynamic directories in dir prompt and fix a dozen bugs | romkatv | 2019-05-19 | 1 | -263/+176 |
* | Fix weird parser error | Tobias Wolter | 2019-05-18 | 1 | -1/+1 |
* | simplify right prompt prefix and suffix | romkatv | 2019-05-14 | 1 | -3/+2 |
* | ensure that every line of left prompt ends with LEFT_SEGMENT_SEPARATOR | romkatv | 2019-05-10 | 1 | -18/+22 |
* | use consistent case in warnings | romkatv | 2019-05-08 | 1 | -2/+2 |
* | better terminal color mode detection | romkatv | 2019-05-08 | 1 | -8/+5 |
* | add VISUAL mode to vi_mode | romkatv | 2019-05-05 | 1 | -4/+28 |
* | bug fix: show previous repo state instead of loading when in a subdir of a sl... | romkatv | 2019-05-01 | 1 | -4/+5 |
* | Merge branch 'test' | romkatv | 2019-04-30 | 1 | -6/+6 |
|\ |
|
| * | lower the minimum required zsh version to 5.1 | romkatv | 2019-04-30 | 1 | -3/+3 |
| * | replace all -v checks with equivalents (trying to port to zsh 5.2) | romkatv | 2019-04-30 | 1 | -5/+5 |
* | | support true color | romkatv | 2019-04-30 | 1 | -3/+4 |
* | | partial rollback of the previous commit: ${(P):-X} is not the same as ${(P)${... | Roman Perepelitsa | 2019-04-30 | 1 | -2/+2 |
|/ |
|
* | simplify: ${(x)${:-y}} => ${(x):-y} | romkatv | 2019-04-30 | 1 | -12/+12 |
* | move zsh version check to the top | romkatv | 2019-04-29 | 1 | -5/+9 |
* | call "zle -R" after every "zle reset-prompt" | romkatv | 2019-04-25 | 1 | -3/+3 |
* | Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate | Ming Aldrich-Gan | 2019-04-05 | 1 | -0/+1 |
* | Add VCS_LOADING_ICON to the icons map | Sam Miller | 2019-04-02 | 1 | -8/+8 |
* | add extra diagnostics for old shells | romkatv | 2019-03-30 | 1 | -0/+29 |
* | Always expand GIT_DIR to absolute path | Caleb Maclennan | 2019-03-27 | 1 | -4/+4 |
* | Obey GIT_DIR if set for vcsh compatability | Caleb Maclennan | 2019-03-27 | 1 | -4/+4 |
* | print HEAD instead of commit if not available; do not call zle when illegal t... | romkatv | 2019-03-24 | 1 | -4/+4 |
* | add node_version only inside project folder option | Mohammed Abdel Ra'ouf | 2019-03-22 | 1 | -3/+27 |