1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-07-03 06:33:30 +00:00
starship/src
Kevin Song 5655a90a28
fix: Restrict clear screen control code printing to fish (#865)
Wraps clearscreen print codes in a statement to detect fish shell, since it is a
workaround for a fish shell behavior.
2020-01-27 17:23:08 -06:00
..
configs feat: add Haskell Stack support (#546) 2020-01-25 00:48:39 -06:00
init feat: Terminate $PROMPT_COMMAND properly (#799) 2020-01-04 10:52:08 -05:00
modules test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
bug_report.rs refactor: replace reqwest with ureq (#844) 2020-01-19 11:00:40 -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 test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06: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: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
module.rs test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00
print.rs fix: Restrict clear screen control code printing to fish (#865) 2020-01-27 17:23:08 -06:00
segment.rs feat: Add the starship explain command (#699) 2020-01-01 23:19:08 -05:00
utils.rs test(nodejs): Port nodejs module tests from E2E to integraton (#867) 2020-01-26 16:37:18 -06:00