Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | 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. |