1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-24 21:57:41 +00:00
starship/src
Nikodem Rabuliński 06ba22eb5c refactor: Implement Default for SegmentConfig (#495)
Implements the Default trait for SegmentConfig to clean up construction of empty segments.

Also adds a segment::new() function to ease construction of simple segments.
2019-10-05 20:46:14 -05:00
..
configs refactor: Implement Default for SegmentConfig (#495) 2019-10-05 20:46:14 -05:00
init refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
modules chore: Import shared types from super (#492) 2019-10-05 16:13:03 -05:00
config.rs refactor: Implement Default for SegmentConfig (#495) 2019-10-05 20:46:14 -05:00
context.rs fix: Add disable configuration option to kubernetes module (#491) 2019-10-05 23:10:16 +09:00
lib.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
main.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
module.rs feat: Add conda module (#469) 2019-10-05 13:25:25 -05:00
print.rs fix: Add disable configuration option to kubernetes module (#491) 2019-10-05 23:10:16 +09:00
segment.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00
utils.rs refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00