Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Count stashes via ZSH | Dominik Ritter | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | Merge pull request #1055 from dritter/speedup_vcs_master2 | Ben Hilburn | 2018-11-06 | 1 | -4/+4 |
|\ | | | | | Backporting VCS speedups to master | ||||
| * | Avoid aliases | Dominik Ritter | 2018-11-06 | 1 | -1/+1 |
| | | |||||
| * | Get rid of externals when truncating branch name | Dominik Ritter | 2018-11-06 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #1048 from dritter/speedup_vcs_master | Ben Hilburn | 2018-11-05 | 2 | -21/+111 |
|\ | | | | | Speedup vcs master | ||||
| * | Add tests for complex git submodule scenarios | Dominik Ritter | 2018-11-03 | 1 | -0/+73 |
| | | |||||
| * | When checking for untracked or modified files, take submodules into account | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | |||||
| * | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 2 | -11/+30 |
| | | | | | | | | | | | | | | Now the untracked files are detected via `git ls-files`, which is much faster than `git status`. Additionally, we flipped the default for checking submodules. They are now NOT checked by default, as most users probably do not use git submodules. | ||||
| * | Make use of git dir determined by VCS_INFO subsystem | Dominik Ritter | 2018-11-03 | 1 | -1/+1 |
| | | | | | | | | instead of determine the git dir manually. | ||||
| * | Get branch name from VCS_INFO subsystem when collecting remote branch | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
| | | |||||
| * | Get branch name from VCS_INFO subsystem when collecting ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -7/+5 |
| | | |||||
| * | Get rid of wc dependency when showing ahead/behind info | Dominik Ritter | 2018-11-03 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1020 from dritter/fix_context_spec | Dominik Ritter | 2018-10-13 | 1 | -0/+18 |
|\ | | | | | Fix context spec | ||||
| * | Do not throw away users configuration | Dominik Ritter | 2018-10-12 | 1 | -10/+18 |
| | | |||||
| * | Fix tests | Dominik Ritter | 2018-10-12 | 1 | -0/+10 |
|/ | | | | | | It seems like Travis changed their infrastructure. We need to unset SSH_TTY and SSH_CLIENT to get the tests working again. | ||||
* | Merge pull request #990 from sblondon/sblondon-fogottenbacktick | Ben Hilburn | 2018-09-27 | 1 | -1/+1 |
|\ | | | | | [Docs] Add forgotten backtick | ||||
| * | Add forgotten backtick | sblondon | 2018-09-16 | 1 | -1/+1 |
|/ | | | `truncate_to_first_and_last` is not properly displayed because the ending backtick is not there. | ||||
* | Oops, this change should have been in last commit. | Ben Hilburn | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | Removing `rbenv` from default LPROMPT list. | Ben Hilburn | 2018-09-06 | 3 | -2/+3 |
| | |||||
* | Updating CHANGELOG for v0.6.6 | Ben Hilburn | 2018-09-05 | 1 | -0/+17 |
| | |||||
* | Merge pull request #959 from dritter/fix_color_values | Ben Hilburn | 2018-09-05 | 38 | -220/+220 |
|\ | | | | | [Discussion] Change bright colors to old version | ||||
| * | Fix tests | Dominik Ritter | 2018-09-05 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'ben/master' into fix_color_values | Dominik Ritter | 2018-09-05 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #944 from dritter/prepare_066 | Ben Hilburn | 2018-08-31 | 59 | -1132/+4877 |
|\ \ | | | | | | | Preparing for v0.6.6 release! | ||||
| | * | Fix tests | Dominik Ritter | 2018-08-17 | 37 | -207/+207 |
| | | | |||||
| | * | Change bright colors to old color codes | Dominik Ritter | 2018-08-17 | 1 | -12/+12 |
| |/ | | | | | | | | | Before this, there was no difference in that colors, as we always used the bright color codes. | ||||
| * | Merge remote-tracking branch 'nnja/patch-1' into prepare_066 | Dominik Ritter | 2018-08-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix broken link in README referencing date and time configuration | Nina Zakharenko | 2018-08-17 | 1 | -1/+1 |
| |/ |/| | | | | | | | Fix broken link referencing zsh date and time configuration in prompt expansion. The current broken link points to `http://zsh.sourceforge.net/Doc/Release Prompt-Expansion.html`, while the correct link is http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Date-and-time | ||||
| * | Merge remote-tracking branch 'eloo/master' into prepare_066 | Dominik Ritter | 2018-08-12 | 1 | -54/+54 |
| |\ | |||||
| | * | Add fallback icon for linux distros | Joseph Weigl | 2018-08-11 | 1 | -54/+54 |
| |/ |/| | |||||
| * | Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066 | Dominik Ritter | 2018-08-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Use SUDO_COMMAND to check for sudo | Christian Höltje | 2018-08-10 | 1 | -3/+3 |
| |/ |/| | | | | | | | | | | | `sudo -n true` only checks that we _could_ use `sudo`, not if we are in a sudo session. closes #852 | ||||
| * | Add tests for color comparisons with none colors | Dominik Ritter | 2018-08-10 | 1 | -0/+16 |
| | | |||||
| * | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-10 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix foreground colors in right prompt segments | Dominik Ritter | 2018-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Add test for bright colors | Dominik Ritter | 2018-08-09 | 1 | -0/+9 |
| | | | |||||
| * | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-09 | 30 | -97/+107 |
| |\| | |||||
| | * | Fix tests | Dominik Ritter | 2018-08-09 | 8 | -25/+25 |
| | | | |||||
| | * | Make use of helper function in left_end_segment | Dominik Ritter | 2018-08-09 | 1 | -1/+1 |
| | | | |||||
| | * | Fix colors for visual identifiers | Dominik Ritter | 2018-08-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Make the visual identifier color use numerical color codes as well. This way colors like "purple3" work as visual identifier color. | ||||
| * | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-08 | 39 | -600/+588 |
| |\| | |||||
| | * | Write comparison with double quotes | Dominik Ritter | 2018-08-08 | 1 | -1/+1 |
| | | | |||||
| | * | Fix tests | Dominik Ritter | 2018-08-08 | 1 | -2/+2 |
| | | | |||||
| | * | Pad colors with zeroes | Dominik Ritter | 2018-08-08 | 1 | -1/+2 |
| | | | |||||
| | * | Fix tests | Dominik Ritter | 2018-08-08 | 9 | -83/+83 |
| | | | |||||
| | * | Always use color codes instead of named colors | Dominik Ritter | 2018-08-08 | 1 | -34/+25 |
| | | | | | | | | | | | | | | | | | | This Code was to check if the color is supported by the Terminal Emulator. This is not necessary, if we always use the numerical code. This makes the code much clearer. | ||||
| | * | Fix bright colors | Dominik Ritter | 2018-08-08 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | Remove old code that set bright colors equal to normal colors. This code was ancient and led to bright colors being unusable. The code originates from 0e37d8ef865daddd6af02ba78b4a3bb86fd5917e. | ||||
| | * | Improve naming of variables | Dominik Ritter | 2018-08-07 | 1 | -31/+49 |
| | | | | | | | | | | | | | | | | | | As a side effect this should improve the performance slightly, as we get the fore- and background color codes as early as possible, and store the result, so that we don't have to recalculate the color code all over. | ||||
| | * | Remove duplicate variable | Dominik Ritter | 2018-08-07 | 1 | -5/+0 |
| | | | |||||
| | * | Make colors a global array | Dominik Ritter | 2018-08-07 | 1 | -265/+267 |
| | | | | | | | | | | | | That way it must not be defined in every function call. |