starship/src
Andrew Dassonville 75e74e0d74 feat: Use Unix-style slash on Windows (#119)
Prior to this change, starship would use inconsistent slashes when displaying the working directory. With this change, starship uses Unix-style slashes on all platforms. This is consistent with the Git Bash and Cygwin prompts on Windows.
2019-07-28 20:15:40 -04:00
..
modules feat: Use Unix-style slash on Windows (#119) 2019-07-28 20:15:40 -04:00
config.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
context.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
init.rs fix: prompt now updates on bash and zsh (#109) 2019-07-23 11:49:14 -04:00
lib.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00
main.rs feat: Implement simplified prompt setup process (#90) 2019-07-03 08:03:02 -04:00
module.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
print.rs feat: Add configuration for add_newline (#116) 2019-07-27 18:25:13 -04:00
segment.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00
utils.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00