Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | empty rust icon for patched mode | orhanbalci | 2016-04-17 | 1 | -0/+1 |
| | |||||
* | rust icon added | orhanbalci | 2016-04-16 | 2 | -2/+4 |
| | |||||
* | Catching up CHANGELOG with new segments. | Ben Hilburn | 2016-04-11 | 1 | -0/+12 |
| | |||||
* | Update CHANGELOG about new package.json shortening strategy | Ben Hilburn | 2016-04-11 | 1 | -0/+4 |
| | |||||
* | Merge pull request #229 from alexlafroscia/add-package-name-shortening-strategy | Ben Hilburn | 2016-04-11 | 3 | -2/+53 |
|\ | | | | | Add shortening strategy based on package.json name | ||||
| * | Apply max dir length to package name shortener | Alex LaFroscia | 2016-03-22 | 3 | -4/+19 |
| | | |||||
| * | Add shortening strategy based on package.json name | Alex LaFroscia | 2016-03-06 | 1 | -1/+37 |
| | | |||||
* | | Merge pull request #242 from dritter/fix_actionformat_color | Ben Hilburn | 2016-04-11 | 2 | -2/+7 |
|\ \ | | | | | | | Fix configurability of actionformat color | ||||
| * | | Fix configurability of actionformat color | Dominik Ritter | 2016-04-03 | 2 | -2/+7 |
|/ / | |||||
* | | Merge pull request #230 from sabricot/docker_machine | Ben Hilburn | 2016-03-22 | 3 | -1/+14 |
|\ \ | | | | | | | Add a new segment for current active docker machine | ||||
| * | | Fix typo about docker in README | sabricot | 2016-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add a docker machine segment | sabricot | 2016-03-06 | 3 | -1/+14 |
| |/ | |||||
* | | Merge pull request #233 from wadkar/nvm_return_if_none | Ben Hilburn | 2016-03-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Fix NVM prompt to return if not used | ||||
| * | Combine two checks into one | Sudarshan Wadkar | 2016-03-17 | 1 | -2/+1 |
| | | |||||
| * | Fix NVM prompt to return if not used | Sudarshan Wadkar | 2016-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit changes nvm prompt setup to return immediately if no node version is installed/available. Currently, prompt complains for lack of global node version. Specifically, if you install nvm (from brew or manually) and do not have global node installed (or set), then the prompt should not set or show anything. This commit ensures this by immediately returning if `nvm current` returns "none". | ||||
* | | readme: more touchup to the segment list | Ben Hilburn | 2016-03-06 | 1 | -2/+4 |
| | | |||||
* | | readme: add horizontal bar | Ben Hilburn | 2016-03-06 | 1 | -0/+2 |
| | | |||||
* | | readme: code-as-links transition in segment list | Ben Hilburn | 2016-03-06 | 1 | -30/+30 |
| | | |||||
* | | readme: testing code-as-link in MD code | Ben Hilburn | 2016-03-06 | 1 | -2/+2 |
| | | |||||
* | | readme: re-organizing the segment list | Ben Hilburn | 2016-03-05 | 1 | -20/+35 |
| | | |||||
* | | Merge pull request #228 from wadkar/next_chruby_prompt | Ben Hilburn | 2016-03-05 | 2 | -1/+13 |
|\| | | | | | Add chruby prompt segment. | ||||
| * | Update README.md with `chruby` prompt info | Sudarshan Wadkar | 2016-03-05 | 1 | -1/+2 |
| | | |||||
| * | [WIP] Rebase to origin:next branch | Sudarshan Wadkar | 2016-03-04 | 1 | -0/+11 |
|/ | |||||
* | Fixing #217, also making the `actionformats` color configurable in VCS segment. | Ben Hilburn | 2016-03-04 | 1 | -3/+4 |
|\ | |||||
| * | Fixed actionformat color coding | Ben Hilburn | 2016-03-04 | 1 | -2/+1 |
| | | |||||
| * | trying to debug color code that won't deref in `vcs_states` | Ben Hilburn | 2016-03-04 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'master' into next. Fixes Symfony typo in README. | Ben Hilburn | 2016-03-03 | 1 | -3/+9 |
|\ | |||||
| * | Merge pull request #223 from B-Galati/patch-1 | Ben Hilburn | 2016-03-02 | 1 | -3/+3 |
| |\ | | | | | | | Fix typo about Symfony2 in README | ||||
| | * | Fix typo about Symfony2 in README | Benoit GALATI | 2016-03-02 | 1 | -3/+3 |
| |/ | |||||
* | | Merge pull request #221 from dritter/fix_vcs_test | Ben Hilburn | 2016-02-27 | 1 | -1/+5 |
|\ \ | | | | | | | Fix VCS Travis Test for git version | ||||
| * | | Fix test | Dominik Ritter | 2016-02-26 | 1 | -1/+5 |
|/ / | |||||
* | | Merge pull request #220 from dritter/rename_vcs_default_state | Ben Hilburn | 2016-02-26 | 5 | -4/+92 |
|\ \ | | | | | | | Rename vcs default state | ||||
| * | | Fix untracked state of the vcs segment | Dominik Ritter | 2016-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests for dynamic color overriding of vcs segment | Dominik Ritter | 2016-02-26 | 2 | -0/+78 |
| | | | |||||
| * | | Rename VCS default state to `clean` | Dominik Ritter | 2016-02-26 | 2 | -3/+13 |
| | | | |||||
* | | | Merge pull request #219 from rmad17/nodeenv-support | Ben Hilburn | 2016-02-26 | 2 | -0/+10 |
|\ \ \ | |/ / |/| | | Adding `nodeenv` segment. | ||||
| * | | Updated README | rmad17 | 2016-02-26 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed name issue | rmad17 | 2016-02-26 | 1 | -3/+3 |
| | | | |||||
| * | | Added nodeenv support | rmad17 | 2016-02-26 | 1 | -16/+8 |
| | | | |||||
| * | | Nodeenv work | rmad17 | 2016-02-26 | 1 | -0/+17 |
| |/ | |||||
* | | Merge pull request #214 from dritter/fix_vcs_foreground_color | Ben Hilburn | 2016-02-26 | 2 | -20/+25 |
|\ \ | | | | | | | Allowing VCS Foreground Color to be over-rideable. | ||||
| * | | Clean up states in VCS segment | Dominik Ritter | 2016-02-26 | 1 | -5/+13 |
| | | | |||||
| * | | Fix dynamic coloring of VCS segment | Dominik Ritter | 2016-02-18 | 2 | -15/+12 |
| | | | | | | | | | | | | | | | | | | The VCS segment had a lot of own color definitions. Now they are all gone, so that the only color definitions are when the segment gets printed. | ||||
* | | | Merge pull request #216 from natemccurdy/issues/215 | Ben Hilburn | 2016-02-21 | 2 | -2/+19 |
|\ \ \ | |/ / |/| | | Improve the rbenv prompt by using `version-name` | ||||
| * | | Improve the rbenv prompt by using `version-name` | Nate McCurdy | 2016-02-20 | 2 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this, the rbenv prompt only showed something if the $RBENV_VERSION environment variable was set. This was not a complete solution because rbenv can be configured locally, per directory, with dotfiles. When using dotfiles, the $RBENV_VERSION variables is not set. This fixes the issue by taking the output of the `rbenv version-name` command which shows the real rbenv version being used based on any of the 4 ways to change rbenv as shown here: https://github.com/rbenv/rbenv#choosing-the-ruby-version If the current version of Ruby being used is the same as the global Ruby, nothing is shown. This commit also adds documentation to the README that describes the prompt. Fixes issue #215 | ||||
* | | | Reflect submodule status in VCS prompty by default. | Ben Hilburn | 2016-02-18 | 2 | -3/+9 |
| | | | |||||
* | | | README: Adding Travis-CI status to README | Ben Hilburn | 2016-02-18 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #212 from dritter/unit_testing | Ben Hilburn | 2016-02-18 | 12 | -1/+492 |
|\ \ \ | |/ / |/| | | Adding Unit Tests, supported by Travis-CI | ||||
| * | | Fix go test | Dominik Ritter | 2016-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | If no GO is available, there should be no output. | ||||
| * | | Add tests for `go_version` | Dominik Ritter | 2016-02-15 | 2 | -0/+41 |
| | | |