1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 08:00:51 +00:00
starship/src
Lucien Fiorini a8579d6f2f
fix: Display durations of 0ms (#3121)
Previous code would render all components as empty, resulting
in an empty string even if min_time was 0. This adds a special
case which forces prompt to render "0ms"
2021-12-20 15:58:25 -06:00
..
configs feat(azure): Azure module (#3275) 2021-12-06 23:01:33 +01:00
formatter fix(escaping): move escaping to individual variables (#3107) 2021-11-01 22:18:45 +01:00
init fix: Store $? and $LASTEXITCODE first in PowerShell (#3316) 2021-12-13 10:15:02 +01:00
modules fix(aws): prevent endless loop when AWS config file is a directory (#3335) 2021-12-20 21:15:00 +01:00
test fix: only print root level config logs a single time (#3132) 2021-10-27 15:13:17 +02:00
bug_report.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
config.rs fix: only print root level config logs a single time (#3132) 2021-10-27 15:13:17 +02:00
configure.rs feat: print-config subset of config (#3179) 2021-11-15 06:45:19 +01:00
context.rs fix(git_branch): more robust handling of .git (#3290) 2021-12-03 15:15:31 -05:00
lib.rs fix(windows): avoid inadvertly running exes from cwd (#2885) 2021-07-16 15:20:59 -04:00
logger.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
main.rs feat: print-config subset of config (#3179) 2021-11-15 06:45:19 +01:00
module.rs feat(azure): Azure module (#3275) 2021-12-06 23:01:33 +01:00
print.rs fix(escaping): move escaping to individual variables (#3107) 2021-11-01 22:18:45 +01:00
segment.rs feat: Add a fill module to pad out the line (#3029) 2021-09-12 19:59:15 -04:00
utils.rs fix: Display durations of 0ms (#3121) 2021-12-20 15:58:25 -06:00