Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add tests for context segment | Dominik Ritter | 2018-07-18 | 1 | -0/+75 | |
| | | | ||||||
| * | | Fix go_version test | Dominik Ritter | 2018-07-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add tests for battery segment | Dominik Ritter | 2018-07-16 | 2 | -5/+190 | |
| | | | | | | | | | | | | | | | | | | Additionally - Add a fourth parameter to prompt_battery for better testability. This parameter is the root prefix, so we can use our own test batteries. | |||||
| * | | Add tests for background_jobs segment | Dominik Ritter | 2018-07-16 | 1 | -0/+64 | |
| | | | ||||||
| * | | Add tests for aws_eb_env segment | Dominik Ritter | 2018-07-16 | 1 | -0/+51 | |
| | | | ||||||
| * | | Add tests for anaconda segment | Dominik Ritter | 2018-07-16 | 1 | -0/+52 | |
| | | | ||||||
| * | | Output running test | Dominik Ritter | 2018-07-16 | 1 | -0/+2 | |
| | | | ||||||
| * | | Test all *.spec files on travis | Dominik Ritter | 2018-07-16 | 2 | -11/+16 | |
| | | | ||||||
| * | | Execute tests on various ZSH versions | Dominik Ritter | 2018-07-13 | 1 | -9/+64 | |
| | | | ||||||
* | | | Merge pull request #912 from brandon14/laravel_pormpt_fix | Ben Hilburn | 2018-07-23 | 2 | -9/+9 | |
|\ \ \ | | | | | | | | | [Bugfix] Fix error in laravel_version when artisan is not present | |||||
| * | | | Missed a parenthesis here. | Brandon Clothier | 2018-07-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Drop grep usage in favor of zsh regex test | Brandon Clothier | 2018-07-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Fix error in laravel_version when artisan is not present | Brandon Clothier | 2018-07-15 | 2 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #915 from onaforeignshore/fix_truncate_to_unique | Ben Hilburn | 2018-07-19 | 1 | -17/+29 | |
|\ \ \ \ | | | | | | | | | | | [Bugfix] Fix for "truncate_to_unique" strategy | |||||
| * | | | | truncate_to_unique - simplified the code | Christo Kotze | 2018-07-18 | 1 | -44/+23 | |
| | | | | | ||||||
| * | | | | Changed getUniqueHomeFolder to use $HOME | Christo Kotze | 2018-07-18 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | It is a Posix specification that $HOME be set, so we can use that. See http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap08.html | |||||
| * | | | | Fix for "truncate_to_unique" strategy | Christo Kotze | 2018-07-17 | 1 | -4/+38 | |
| |/ / / | ||||||
* | | | | Merge pull request #916 from AlexaraWu/patch/pyenv | Ben Hilburn | 2018-07-18 | 1 | -1/+5 | |
|\ \ \ \ | |_|_|/ |/| | | | Additional fix to `pyenv` segment | |||||
| * | | | Fix `pyenv` segment | Alexara Wu | 2018-07-17 | 1 | -1/+5 | |
|/ / / | ||||||
* | | | Merge pull request #900 from AlexaraWu/patch/pyenv | Ben Hilburn | 2018-07-16 | 2 | -11/+29 | |
|\ \ \ | |/ / |/| | | Fix `pyenv` segment | |||||
| * | | Improve conditions in `rbenv` & `pyenv` | Alexara Wu | 2018-07-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Improve `rbenv` as well | Alexara Wu | 2018-07-14 | 1 | -17/+12 | |
| | | | ||||||
| * | | Improve command check | Alexara Wu | 2018-07-14 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix `pyenv` segment | Alexara Wu | 2018-07-11 | 2 | -6/+29 | |
| |/ | ||||||
* | | Merge pull request #905 from ↵ | Ben Hilburn | 2018-07-13 | 2 | -4/+2 | |
|\ \ | | | | | | | | | | | | | robobenklein/robobenklein/defined-variable-performance-hotfix [performance] Defined function 2-20 times speedup | |||||
| * | | Replace `typeset` check with shellvar flag | Ben Klein | 2018-07-12 | 1 | -3/+1 | |
| | | | | | | | | | | | | More performance without changing functionality. | |||||
| * | | Replace [[-v with `defined` | Ben Klein | 2018-07-11 | 1 | -1/+1 | |
| |/ | | | | | | | For zsh 5.1 compatibility. | |||||
* | | Merge pull request #902 from dritter/fix_context_readme | Ben Hilburn | 2018-07-13 | 1 | -0/+11 | |
|\ \ | | | | | | | Add new states to context segment in README | |||||
| * | | Update to `context` segment README | Ben Hilburn | 2018-07-13 | 1 | -6/+6 | |
| | | | | | | | | | Just some minor spelling fixes. | |||||
| * | | Add new states to context segment in README | Dominik Ritter | 2018-07-12 | 1 | -0/+11 | |
| |/ | ||||||
* | | Merge pull request #904 from dritter/fix_status | Ben Hilburn | 2018-07-13 | 3 | -1/+93 | |
|\ \ | |/ |/| | FIx status segment | |||||
| * | Add tests for status segment | Dominik Ritter | 2018-07-13 | 2 | -0/+86 | |
| | | ||||||
| * | FIx status segment | Dominik Ritter | 2018-07-12 | 1 | -1/+7 | |
|/ | ||||||
* | Fix kubernetes segment | Dominik Ritter | 2018-07-09 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into next | Ben Hilburn | 2018-07-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #891 from krmcbride/patch-1 | Ben Hilburn | 2018-07-07 | 1 | -1/+1 | |
| |\ | | | | | | | kubecontext: fix context, namespace comparison | |||||
| | * | kubecontext: fix context, namespace comparison | Kevin McBride | 2018-07-02 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #888 from blackb1rd/Fix_os_detection_for_MSYS2 | Ben Hilburn | 2018-07-07 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix os detection for MSYS | |||||
| * | | Fix os detection for MSYS2 | blackb1rd | 2018-06-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #886 from dritter/github_templates | Ben Hilburn | 2018-07-06 | 2 | -0/+67 | |
|\ \ \ | |/ / |/| | | Add GitHub templates | |||||
| * | | Update PR Template | Ben Hilburn | 2018-07-06 | 1 | -14/+32 | |
| | | | | | | | | | Adding more detail to the PR template first created by @dritter! | |||||
| * | | Updating the Issue Template | Ben Hilburn | 2018-07-06 | 1 | -15/+33 | |
| | | | | | | | | | Building on the issue template from @dritter. | |||||
| * | | Add link to troubleshooting guide in issue template | Dominik Ritter | 2018-06-29 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add github templates for issue reports and new pull requests | Dominik Ritter | 2018-06-29 | 2 | -0/+28 | |
| | | | ||||||
* | | | Updating CHANGELOG for v0.6.5 | Ben Hilburn | 2018-06-29 | 1 | -1/+21 | |
|/ / | ||||||
* | | Merge pull request #859 from dritter/staging_065 | Ben Hilburn | 2018-06-25 | 15 | -107/+462 | |
|\ \ | | | | | | | Merging the staging branch for 0.6.5! | |||||
| * | | Fix java_version segment | Dominik Ritter | 2018-06-20 | 1 | -1/+6 | |
| | | | ||||||
| * | | Fix tests | Dominik Ritter | 2018-06-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'softmoth/clean-right-margin' into staging_065 | Dominik Ritter | 2018-06-20 | 1 | -1/+10 | |
| |\ \ | ||||||
| | * | | Hide one-space indent at right margin | Tim Smith | 2018-06-15 | 1 | -1/+10 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZSH displays the right prompt indented one space from the right margin. This can be tweaked with ZLE_RPROMPT_INDENT=0, but that makes display problems very likely and I don't recommend it. But all is not lost. The %E prompt format does continue the current background color through that last indent space. So it can *look* like our prompt goes right up to the margin, if: 1) We remove the trailing space from the last segment, and 2) We add %E before clearing the background color |