1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-10-01 14:39:12 +00:00
starship/src
AppleTheGolden 6bafe4cd66 fix: Consider $STARSHIP_CONFIG in configure (#795)
Makes starship configure consider the $STARSHIP_CONFIG variable before falling back to the default of ~/.config/starship.toml.
2019-12-30 15:46:02 -08:00
..
configs feat(git_status): Add a stash count segment (#598) 2019-12-28 22:20:36 -05:00
init fix: Remove trailing semicolon from $PROMPT_COMMAND (#784) 2019-12-28 10:03:59 -05:00
modules feat(git_status): Add a stash count segment (#598) 2019-12-28 22:20:36 -05:00
bug_report.rs feat: Extend bug-report to include terminal emulator (#740) 2019-12-17 10:17:04 -05:00
config.rs feat: Implement AWS region aliases (#646) 2019-12-20 12:30:47 -05:00
configure.rs fix: Consider $STARSHIP_CONFIG in configure (#795) 2019-12-30 15:46:02 -08:00
context.rs fix: Improve error message when current dir is not found (#773) 2019-12-21 23:26:57 -05: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 feat: cmd_duration module optionally reports milliseconds (#696) 2019-12-19 17:38:06 -05:00
module.rs fix: Wrap prefix and suffix in shell-specific escape codes (#712) 2019-12-13 14:35:10 -05:00
print.rs fix: Clear before printing prompt (#739) 2019-12-19 17:56:30 -05: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 chore: Add a helper function for executing commands (#660) 2019-11-27 17:03:08 -05:00