Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix-rprompt-icons-cut-off | Yang Tang | 2018-10-12 | 60 | -1135/+4898 |
|\ | |||||
| * | 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. | ||||
| | | * | 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 |
| | |\ \ |