summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-09-19feat: Add Java Module (#314)Kuba Clark
Implements a Java module which shows basic Java information when inside a Java project.
2019-09-18Update Crowdin configuration fileMatan Kushner
2019-09-18Update Crowdin configuration fileMatan Kushner
2019-09-18docs(i18n): Reset translation of README (#390)Shu Kutsuzawa
2019-09-18Add the all-contributor's table to README.ja.md (#388)Shu Kutsuzawa
2019-09-17​docs: Fix typo (confguring ➜ configuring) (#385)Iván
2019-09-16docs: update bookun as a contributor (#381)allcontributors[bot]
2019-09-16docs(i18n): Translate #367 to Japanese (#379)Shu Kutsuzawa
Signed-off-by: cappyzawa <cappyzawa@yahoo.ne.jp> Co-authored-by: Kutsuzawa Ryo <kutsuzawa2851@gmail.com>
2019-09-16fix: Update Module::is_empty to check value of segments (#332)Neil Kistner
Previously, a set of empty segments would cause the module to print. This changes the logic of Module::is_empty to check that all the segments are empty instead.
2019-09-15docs: Update bookun as a contributor (#377)allcontributors[bot]
2019-09-15feat: Add configuration for the `git_status` prefix and suffix (#367)Kutsuzawa Ryo
2019-09-15docs: Fix default order in docs (#376)Nikodem Rabuliński
2019-09-15docs(i18n): Translate #369 to Japanese (#374)Shu Kutsuzawa
2019-09-15Enable the python module for tox files (#369)Thomas O'Donnell
Enable the python module if the current directory contains a `tox.ini` file.
2019-09-15docs: add heyrict as a contributor (#372)allcontributors[bot]
2019-09-15docs(i18n): Translate advanced config to Japanese (#371)Shu Kutsuzawa
2019-09-15chore(deps): Bump chrono from 0.4.6 to 0.4.9 (#340)dependabot-preview[bot]
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.6 to 0.4.9. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.6...v0.4.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-14perf: Lazy load files from directory (#335)Nick Young
Changes context to use `once_cell` to lazily evaluate directory listing on first use.
2019-09-13docs: Reword the default prompt_order docsMatan Kushner
2019-09-13docs(i18n): Fixed translation docs(battery, git_branch, git_stat… (#363)Shu Kutsuzawa
2019-09-12docs(i18n): Fixed translation docs (#361)Shu Kutsuzawa
2019-09-12docs(i18n): Translated #318 to Japanese (#359)Shu Kutsuzawa
Signed-off-by: heyrict <xiezh0831@yahoo.co.jp>
2019-09-12docs(i18n): Translated #358 to Japanese (#360)Shu Kutsuzawa
Signed-off-by: Kutsuzawa Ryo <kutsuzawa2851@gmail.com>
2019-09-12chore: Rename integration_test to acceptance_test (#356)Matan Kushner
2019-09-12feat: Add support for italic styles (#354) (#358)Rob Warner
2019-09-12docs: add bookun as a contributor (#357)allcontributors[bot]
2019-09-12docs(i18n): Localize the configuration documentation in Japanese (#339)Shu Kutsuzawa
2019-09-12chore(bump): v0.17.0v0.17.0Matan Kushner
2019-09-12docs: update heyrict as a contributor (#355)allcontributors[bot]
2019-09-12feat: Implement threshold based styling for battery module (#318)谢祯晖
2019-09-12perf: Don't build `git2` with `ssh` support (#341)Nick Young
2019-09-11docs: add heyrict as a contributor (#349)allcontributors[bot]
2019-09-11docs: update cappyzawa as a contributor (#348)allcontributors[bot]
2019-09-11docs: add unhappychoice as a contributor (#347)allcontributors[bot]
2019-09-11docs(i18n): Localize the landing page in Japanese (#333)Matan Kushner
Co-Authored-By: Yuji Ueki <unhappychoice@gmail.com> Co-Authored-By: Shu Kutsuzawa <cappyzawa@yahoo.ne.jp> Co-Authored-By: heyrict <xiezh0831@yahoo.co.jp>
2019-09-11fix: Fixups for #138 (#343)谢祯晖
- Fix unused imports in unit tests - Add accidently remove module "battery"
2019-09-10refactor: Separate shell initialization into files (#338)Kevin Song
Shell inits are now in a separate directory in the source code, with each shell getting its own script. Also adds a little DRY + commenting in init/mod.rs.
2019-09-10fix: Prepend to PROMPT_COMMAND in Bash init (#336)Daniel Illi-Zuberbühler
Bash init: do not overwrite PROMPT_COMMAND but prepend to it.
2019-09-10feat: Implement the prompt module for time (#138)John Letey
Add a module which displays the current time in a format requested by the user. Disabled by default.
2019-09-10chore(deps): Bump git2 from 0.10.0 to 0.10.1 (#334)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.10.0...git2-curl-0.10.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-09fix: Lazy load git repo and only run module if not disabled (#306)Neil Kistner
A couple of optimizations are done in this PR. One, we now will check config ahead of time to see if a module is disabled before running any module code. Also, we won't try to discover a git repository unless the module requests access to it.
2019-09-09docs: add Hofer-Julian as a contributor (#328)allcontributors[bot]
* docs: update README.md * docs: update .all-contributorsrc
2019-09-09docs: Include Docker related information in CONTRIBUTING (#321)Hofer-Julian
2019-09-08fix: Turn off label confinement for integration_test script (#322)Hofer-Julian
Allows usage on OS using SELinux. No influence on other OS is expected.
2019-09-08docs: reorder misplaced Ruby option example (#317)Weihang Lo
2019-09-08chore(bump): v0.16.0v0.16.0Matan Kushner
2019-09-08ci: Add a build target for muslMatan Kushner
2019-09-07feat: Add the ability to configure per-module color styles (#285)Kevin Song
Add parsing logic, config support, docs, and integration with other modules for custom styling of each module.
2019-09-07docs: add nickwb as a contributor (#310)allcontributors[bot]
2019-09-07refactor: Cleanup unwraps in create_fixture_repo function (#311)Neil Kistner