summaryrefslogtreecommitdiffstats
path: root/src/configs/mod.rs
AgeCommit message (Collapse)Author
2020-01-25feat: add Haskell Stack support (#546)Andrew Prokhorenkov
Add a Haskell Stack module when a stack.yaml file is detected
2019-12-08feat: Implement terraform module with workspace and version (#644)wdullaer
2019-12-06feat: Add git_commit module (#673)Qingping Hou
2019-12-05feat: Add PHP version module (#244)Stephen Ball
2019-12-02feat: Add the hg_branch module (#569)Luca Greco
2019-11-06refactor: Refactor git state module to use module config (#605)Zhenhui Xie
2019-11-06refactor: Refactor nix_shell and java module to use module config (#606)Zhenhui Xie
2019-10-26feat: Show git_status counts (#434)Brian Low
The git_status module can show the count of files next to their respective symbols.
2019-10-25chore: Move StarshipRootConfig to a separate file (#581)Zhenhui Xie
2019-10-21refactor: Refactor memory_usage module to use module config. (#515)Matias Kotlik
Also addresses a number of bugs: - the percent sign not displaying correctly on some terminal emulators, including kitty - changing the symbol in the configuration file didn't do anything - swap being shown even if the system didn't have any
2019-10-19refactor: Refactor modules to use module config (#514)Zhenhui Xie
2019-10-15refactor: Refactor git_branch module to use new module config (#535)Matias Kotlik
2019-10-15refactor: Rewrite cmd_duration, directory and env_var module to use module ↵Zhenhui Xie
config (#460) This PR is a batched rewrite of the following modules: - cmd_duration - directory - env_var
2019-10-13refactor: Refactor Go module to the new module config (#525)Thomas O'Donnell
2019-10-10refactor: Rewrite hostname, jobs and line_break module to use mo… (#462)Zhenhui Xie
2019-10-05feat: Add conda module (#469)AppleTheGolden
2019-10-06refactor: Rewrite `time` module to use module config (#483)Thomas Lee
- Config option renamed: `12hr` → `use_12hr`
2019-10-05fix: Disable Kubernetes module by default (#488)Thomas O'Donnell
Given the global nature of the Kubernetes module, the module has been disabled by default. The opportunity has also been taken to refactor the Kubernetes module to use the new config module.
2019-10-04refactor: Go from Rust workspaces to a package with nested packages (#480)Matan Kushner