Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove most things | romkatv | 2019-03-01 | 41 | -5462/+0 |
| | |||||
* | Merge pull request #1151 from Wuestengecko/bugfix-1150 | Dominik Ritter | 2019-02-02 | 1 | -0/+18 |
|\ | | | | | [Bugfix] Only abbreviate $HOME at the beginning of cwd | ||||
| * | Add tests | Dominik Ritter | 2019-02-02 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #1147 from dritter/fix_newlines_in_zsh57 | Dominik Ritter | 2019-02-02 | 1 | -0/+42 |
|\ \ | |/ |/| | Fix newlines in ZSH 5.7 | ||||
| * | Add tests for newline segment | Dominik Ritter | 2019-02-01 | 1 | -0/+42 |
| | | |||||
* | | Merge pull request #1148 from dritter/remove_nodeenv_disable_prompt | Dominik Ritter | 2019-02-01 | 1 | -20/+0 |
|\ \ | | | | | | | Remove checking for NODEENV_DISABLE_PROMPT | ||||
| * | | Remove checking for NODEENV_DISABLE_PROMPT | Dominik Ritter | 2019-02-01 | 1 | -20/+0 |
| |/ | | | | | | | This variable is none of our buisness. | ||||
* | | Merge pull request #966 from ytang/fix-rprompt-icons-cut-off | Dominik Ritter | 2019-02-01 | 28 | -93/+93 |
|\ \ | |/ |/| | [Bugfix] Fix icons cut off in RPROMPT segments | ||||
| * | Remove extra %f in unit tests | Yang Tang | 2018-10-12 | 21 | -74/+74 |
| | | |||||
| * | Merge branch 'master' into fix-rprompt-icons-cut-off | Yang Tang | 2018-10-12 | 41 | -579/+3865 |
| |\ | |||||
| * | | Update unit tests for fixing RPROMPT icons cut off | Yang Tang | 2018-08-22 | 2 | -2/+2 |
| | | | |||||
| * | | Fix icons cut off in RPROMPT segments | Yang Tang | 2018-08-22 | 5 | -17/+17 |
| | | | |||||
* | | | Port git submodule test from `next`. | Matthew Judy | 2018-11-18 | 1 | -0/+29 |
| | | | |||||
* | | | Merge pull request #1065 from dritter/protect_locale | Dominik Ritter | 2018-11-17 | 1 | -12/+18 |
|\ \ \ | | | | | | | | | Protect locale | ||||
| * | | | Ensure that LC_CTYPE IS NOT overwritten by P9K | Dominik Ritter | 2018-11-15 | 1 | -12/+18 |
| | | | | |||||
* | | | | Fix tests | Dominik Ritter | 2018-11-17 | 2 | -2/+2 |
| | | | | |||||
* | | | | Fix test | Dominik Ritter | 2018-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | The branch name must not be expanded. | ||||
* | | | | Fix configuration errors in the tests | Dominik Ritter | 2018-11-17 | 2 | -2/+6 |
| | | | | |||||
* | | | | Add tests for branch name vulnerability | Dominik Ritter | 2018-11-17 | 2 | -1/+23 |
| | | | | |||||
* | | | | Add test for detecting untracked files from sibling folder | Dominik Ritter | 2018-11-12 | 1 | -1/+18 |
| | | | | |||||
* | | | | Add tests for complex git submodule scenarios | Dominik Ritter | 2018-11-03 | 1 | -0/+73 |
| | | | | |||||
* | | | | Speedup VCS segment | Dominik Ritter | 2018-11-03 | 1 | -0/+25 |
|/ / / | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | 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. | ||||
* | | Fix tests | Dominik Ritter | 2018-09-05 | 1 | -1/+1 |
| | | |||||
* | | Fix tests | Dominik Ritter | 2018-08-17 | 37 | -207/+207 |
| | | |||||
* | | Add tests for color comparisons with none colors | Dominik Ritter | 2018-08-10 | 1 | -0/+16 |
| | | |||||
* | | 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 | 29 | -94/+104 |
|\ \ | |||||
| * | | Fix tests | Dominik Ritter | 2018-08-09 | 8 | -25/+25 |
| | | | |||||
* | | | Merge branch 'fix_colors' into prepare_066 | Dominik Ritter | 2018-08-08 | 37 | -242/+242 |
|\| | | |||||
| * | | Fix tests | Dominik Ritter | 2018-08-08 | 1 | -2/+2 |
| | | | |||||
| * | | Fix tests | Dominik Ritter | 2018-08-08 | 9 | -83/+83 |
| | | | |||||
* | | | Merge branch 'add_tests' into prepare_066 | Dominik Ritter | 2018-08-06 | 41 | -516/+3767 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix tests for context segment | Dominik Ritter | 2018-08-05 | 1 | -0/+5 |
| | | | |||||
| * | | Fix tests | Dominik Ritter | 2018-08-04 | 2 | -0/+6 |
| | | | |||||
| * | | Update shunit2 to newest version | Dominik Ritter | 2018-08-04 | 39 | -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 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | 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 |
| | | |