| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -4/+7 |
* | 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 |
* | save a fork in docker command | 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 | 2 | -355/+176 |
* | Merge pull request #70 from towo/fix/lang-conditional | Roman Perepelitsa | 2019-05-18 | 1 | -1/+1 |
|\ |
|
| * | 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 |
* | force icon initialization if print_icon is called manually | romkatv | 2019-05-09 | 1 | -0/+7 |
* | use consistent case in warnings | romkatv | 2019-05-08 | 1 | -2/+2 |
* | better terminal color mode detection | romkatv | 2019-05-08 | 1 | -8/+5 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-06 | 1 | -2/+7 |
* | add VISUAL mode to vi_mode | romkatv | 2019-05-05 | 1 | -4/+28 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-04 | 1 | -10/+49 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-03 | 1 | -2/+2 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-03 | 1 | -1/+2 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-03 | 1 | -17/+64 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-01 | 1 | -4/+5 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-01 | 1 | -5/+4 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-01 | 4 | -0/+0 |
* | bug fix: show previous repo state instead of loading when in a subdir of a sl... | romkatv | 2019-05-01 | 1 | -4/+5 |
* | pull upstream changes from gitstatus | romkatv | 2019-05-01 | 1 | -0/+2 |
* | Merge branch 'test' | romkatv | 2019-04-30 | 4 | -10/+13 |
|\ |
|
| * | lower the minimum required zsh version to 5.1 | romkatv | 2019-04-30 | 2 | -4/+7 |
| * | replace all -v checks with equivalents (trying to port to zsh 5.2) | romkatv | 2019-04-30 | 3 | -8/+8 |
* | | pull upstream changes from gitstatus | romkatv | 2019-04-30 | 1 | -3/+3 |
* | | 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 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-28 | 5 | -36/+78 |
* | call "zle -R" after every "zle reset-prompt" | romkatv | 2019-04-25 | 1 | -3/+3 |
* | protect set_default from user-defined options | romkatv | 2019-04-22 | 1 | -0/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-11 | 1 | -0/+1 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-10 | 4 | -0/+0 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-09 | 1 | -4/+7 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-09 | 4 | -0/+0 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-08 | 4 | -0/+0 |
* | pull upstream changes from gitstatus | romkatv | 2019-04-08 | 4 | -0/+0 |
* | Merge pull request #50 from mingaldrichgan/raspbian | Roman Perepelitsa | 2019-04-05 | 2 | -0/+6 |
|\ |
|
| * | Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate | Ming Aldrich-Gan | 2019-04-05 | 2 | -0/+6 |
|/ |
|
* | merge | romkatv | 2019-04-04 | 0 | -0/+0 |
|\ |
|
| * | Merge pull request #1188 from ChrisBaker97/patch-1 | Dominik Ritter | 2019-04-02 | 1 | -4/+0 |
| |\ |
|
| | * | remove reference to POWERLEVEL9K_RBENV_ALWAYS | Chris Baker | 2019-03-12 | 1 | -4/+0 |