Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Write comparisons with double equals | Dominik Ritter | 2018-08-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix bright colors | Dominik Ritter | 2018-08-07 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
| | * | Fix bug so that the segment separator of left middle has the right color | Dominik Ritter | 2018-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | In short: the current background color was the unfiltered color and is used to print the next segment separator. If the user set a color like "purple3" that would result in a white segment separator as Terminal Emulators do not understand the color "purple3". | |||||
| | * | Make purpose clear of backgroundColor and foregroundColor functions | Dominik Ritter | 2018-08-07 | 2 | -16/+8 | |
| | | | | | | | | | | | | | | | The functions just start the colors, they do not end them. It seems too much to have a function that terminates a color. | |||||
| * | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -0/+2 | |
| |\| | ||||||
| | * | Add missing colors to fix color comparison | Dominik Ritter | 2018-07-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | Added magenta and cyan that were only present with their alternative names (fuchsia and aqua). See https://en.wikipedia.org/wiki/X11_color_names#Clashes_between_web_and_X11_colors_in_the_CSS_color_scheme | |||||
| * | | Merge remote-tracking branch 'JulienPivard/transparent_back_fix' into ↵ | Dominik Ritter | 2018-08-06 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | | | | | prepare_066 | |||||
| | * | | Test more readable | Ythildir | 2018-07-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Resolve #918 Transparent background | Ythildir | 2018-07-21 | 1 | -0/+4 | |
| | |/ | | | | | | | | | | | | | Now function getColorCode consider value 'none' like a good value. When it's use to set background the segment become transparent | |||||
| * | | Merge branch 'fix_debug_fonts' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -48/+289 | |
| |\ \ | ||||||
| | * | | Fix trimming of whitespace in debug/font-issues.zsh | Dominik Ritter | 2018-07-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix debug/font-issues.zsh | Dominik Ritter | 2018-07-22 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | - Add trim function - Make our $OS and neofetchs $os compatible | |||||
| | * | | Fix font issue debugging script | Dominik Ritter | 2018-07-21 | 1 | -48/+274 | |
| | |/ | ||||||
| * | | Merge remote-tracking branch 'xufab/master' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | Missing `etc` state for the `dir` segment in docs | xufab | 2018-07-24 | 1 | -0/+2 | |
| |/ / |/| | | ||||||
| * | | Merge remote-tracking branch 'docwhat/pr/fix-test-in-docker-on-newer-zsh' ↵ | Dominik Ritter | 2018-08-06 | 10 | -32/+186 | |
| |\ \ | | | | | | | | | | | | | into prepare_066 | |||||
| | * | | Add Dockerfile for zshing framework | Dominik Ritter | 2018-07-12 | 2 | -0/+23 | |
| | | | | ||||||
| | * | | Use ubuntu 17.10, as the sources for 17.04 seem to be down | Dominik Ritter | 2018-06-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fixate ZSH versions in docker | Dominik Ritter | 2018-06-28 | 3 | -3/+3 | |
| | | | | ||||||
| | * | | Force creation of symlink in prezto | Dominik Ritter | 2018-06-28 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Add Dockerfiles for ZSH 5.3.1, 5.4.2, 5.5.1 | Dominik Ritter | 2018-06-28 | 3 | -0/+110 | |
| | | | | ||||||
| | * | | test-in-docker: resolve version and framework late | Christian Höltje | 2018-06-27 | 1 | -19/+20 | |
| | | | | ||||||
| | * | | test-in-docker: lint from @dritter | Christian Höltje | 2018-06-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | test-in-docker: add dry-run mode | Christian Höltje | 2018-06-27 | 1 | -7/+18 | |
| | | | | ||||||
| | * | | test-in-docker: make vars sorted and readonly | Christian Höltje | 2018-06-27 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | Marking variables as readonly is helpful for debugging and preventing problems. | |||||
| | * | | test-in-docker: add additional warnings | Christian Höltje | 2018-06-27 | 1 | -0/+1 | |
| | | | | ||||||
| | * | | test-in-docker: fix in zsh > 5.3 | Christian Höltje | 2018-06-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The way I was filtering out entries in the frameworks array stopped working in newer versions of ZSH; it would convert the array into a string (you could see it with `typeset -p frameworks`) So I rewrote it. I don't see anything in the release notes for ZSH that would explain this and I didn't find any option that would restore this behavior. Related: #882 | |||||
| * | | | Merge remote-tracking branch 'docwhat/pr/sudo-check' into prepare_066 | Dominik Ritter | 2018-08-06 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Use SUDO_COMMAND to check for sudo | Christian Höltje | 2018-07-31 | 1 | -2/+2 | |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | `sudo -n true` only checks that we _could_ use `sudo`, not if we are in a sudo session. closes #852 | |||||
| * | | | Merge branch 'add_tests' into prepare_066 | Dominik Ritter | 2018-08-06 | 45 | -573/+3892 | |
|/| | | | ||||||
| * | | | Fix tests for context segment | Dominik Ritter | 2018-08-05 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Make Travis use XCode9.4 | Dominik Ritter | 2018-08-05 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Fix tests | Dominik Ritter | 2018-08-04 | 2 | -0/+6 | |
| | | | | ||||||
| * | | | Update shunit2 to newest version | Dominik Ritter | 2018-08-04 | 40 | -39/+39 | |
| | | | | ||||||
| * | | | Fix Test for context segment | Dominik Ritter | 2018-07-31 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | This fixes an error on travis, because there is no sudo allowed. We could allow it, but I think it is better to mock sudo anyway. | |||||
| * | | | Fix test for background_jobs segment | Dominik Ritter | 2018-07-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Prepare tests for performance optimizations | Dominik Ritter | 2018-07-25 | 31 | -113/+641 | |
| | | | | ||||||
| * | | | Add tests for nerdfont-complete icons | Dominik Ritter | 2018-07-24 | 1 | -0/+117 | |
| | | | | ||||||
| * | | | Improve tests by making use of local variables | Dominik Ritter | 2018-07-24 | 8 | -281/+207 | |
| | | | | ||||||
| * | | | Improve guide for testing | Dominik Ritter | 2018-07-24 | 1 | -12/+32 | |
| | | | | ||||||
| * | | | Add tests for general prompt functionality | Dominik Ritter | 2018-07-21 | 1 | -0/+104 | |
| | | | | ||||||
| * | | | Add tests for visual identifier | Dominik Ritter | 2018-07-20 | 1 | -0/+50 | |
| | | | | ||||||
| * | | | Drop support for ZSH < 5.1 | Dominik Ritter | 2018-07-20 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Add tests for joining segments | Dominik Ritter | 2018-07-20 | 1 | -0/+187 | |
| | | | | ||||||
| * | | | Fix tests on older ZSH versions | Dominik Ritter | 2018-07-19 | 23 | -132/+227 | |
| | | | | ||||||
| * | | | Fix tests | Dominik Ritter | 2018-07-19 | 1 | -34/+21 | |
| | | | | ||||||
| * | | | Remove vcs.spec | Dominik Ritter | 2018-07-19 | 1 | -161/+0 | |
| | | | | | | | | | | | | | | | | There are now specific tests for git and hg | |||||
| * | | | Fix tests for dir segment on OSX | Dominik Ritter | 2018-07-19 | 1 | -1/+9 | |
| | | | | ||||||
| * | | | Add tests for color overriding | Dominik Ritter | 2018-07-19 | 1 | -0/+62 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'ben/master' into add_tests | Dominik Ritter | 2018-07-19 | 5 | -17/+135 | |
| |\| | |