summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-061-0/+2
|\
| * Add missing colors to fix color comparisonDominik Ritter2018-07-241-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 Ritter2018-08-061-0/+4
|\ \ | | | | | | | | | prepare_066
| * | Test more readableYthildir2018-07-221-1/+1
| | |
| * | Resolve #918 Transparent backgroundYthildir2018-07-211-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_066Dominik Ritter2018-08-061-48/+289
|\ \
| * | Fix trimming of whitespace in debug/font-issues.zshDominik Ritter2018-07-231-1/+1
| | |
| * | Fix debug/font-issues.zshDominik Ritter2018-07-221-0/+15
| | | | | | | | | | | | | | | - Add trim function - Make our $OS and neofetchs $os compatible
| * | Fix font issue debugging scriptDominik Ritter2018-07-211-48/+274
| |/
* | Merge remote-tracking branch 'xufab/master' into prepare_066Dominik Ritter2018-08-061-0/+2
|\ \
| * | Missing `etc` state for the `dir` segment in docsxufab2018-07-241-0/+2
| | |
* | | Merge remote-tracking branch 'docwhat/pr/fix-test-in-docker-on-newer-zsh' ↵Dominik Ritter2018-08-0610-32/+186
|\ \ \ | | | | | | | | | | | | into prepare_066
| * | | Add Dockerfile for zshing frameworkDominik Ritter2018-07-122-0/+23
| | | |
| * | | Use ubuntu 17.10, as the sources for 17.04 seem to be downDominik Ritter2018-06-281-1/+1
| | | |
| * | | Fixate ZSH versions in dockerDominik Ritter2018-06-283-3/+3
| | | |
| * | | Force creation of symlink in preztoDominik Ritter2018-06-281-1/+1
| | | |
| * | | Add Dockerfiles for ZSH 5.3.1, 5.4.2, 5.5.1Dominik Ritter2018-06-283-0/+110
| | | |
| * | | test-in-docker: resolve version and framework lateChristian Höltje2018-06-271-19/+20
| | | |
| * | | test-in-docker: lint from @dritterChristian Höltje2018-06-271-1/+1
| | | |
| * | | test-in-docker: add dry-run modeChristian Höltje2018-06-271-7/+18
| | | |
| * | | test-in-docker: make vars sorted and readonlyChristian Höltje2018-06-271-2/+7
| | | | | | | | | | | | | | | | | | | | Marking variables as readonly is helpful for debugging and preventing problems.
| * | | test-in-docker: add additional warningsChristian Höltje2018-06-271-0/+1
| | | |
| * | | test-in-docker: fix in zsh > 5.3Christian Höltje2018-06-271-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_066Dominik Ritter2018-08-061-2/+2
|\ \ \ \
| * | | | Use SUDO_COMMAND to check for sudoChristian Höltje2018-07-311-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_066Dominik Ritter2018-08-0645-573/+3892
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix tests for context segmentDominik Ritter2018-08-051-0/+5
| | | |
| * | | Make Travis use XCode9.4Dominik Ritter2018-08-051-0/+2
| | | |
| * | | Fix testsDominik Ritter2018-08-042-0/+6
| | | |
| * | | Update shunit2 to newest versionDominik Ritter2018-08-0440-39/+39
| | | |
| * | | Fix Test for context segmentDominik Ritter2018-07-311-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 segmentDominik Ritter2018-07-251-1/+1
| | | |
| * | | Prepare tests for performance optimizationsDominik Ritter2018-07-2531-113/+641
| | | |
| * | | Add tests for nerdfont-complete iconsDominik Ritter2018-07-241-0/+117
| | | |
| * | | Improve tests by making use of local variablesDominik Ritter2018-07-248-281/+207
| | | |
| * | | Improve guide for testingDominik Ritter2018-07-241-12/+32
| | | |
| * | | Add tests for general prompt functionalityDominik Ritter2018-07-211-0/+104
| | | |
| * | | Add tests for visual identifierDominik Ritter2018-07-201-0/+50
| | | |
| * | | Drop support for ZSH < 5.1Dominik Ritter2018-07-201-2/+0
| | | |
| * | | Add tests for joining segmentsDominik Ritter2018-07-201-0/+187
| | | |
| * | | Fix tests on older ZSH versionsDominik Ritter2018-07-1923-132/+227
| | | |
| * | | Fix testsDominik Ritter2018-07-191-34/+21
| | | |
| * | | Remove vcs.specDominik Ritter2018-07-191-161/+0
| | | | | | | | | | | | | | | | There are now specific tests for git and hg
| * | | Fix tests for dir segment on OSXDominik Ritter2018-07-191-1/+9
| | | |
| * | | Add tests for color overridingDominik Ritter2018-07-191-0/+62
| | | |
| * | | Merge remote-tracking branch 'ben/master' into add_testsDominik Ritter2018-07-195-17/+135
| |\| |
| * | | Add tests for vi_mode segmentDominik Ritter2018-07-191-0/+38
| | | |
| * | | Set background color of vi_mode segment to white in insert modeDominik Ritter2018-07-191-1/+1
| | | |
| * | | Fix tests for nvm segmentDominik Ritter2018-07-191-16/+12
| | | |
| * | | Add tests for vcs (hg) segmentDominik Ritter2018-07-181-0/+169
| | | |