1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-27 12:49:02 +00:00
starship/src
Thomas O'Donnell c682329bd0
fix: Modules not working in fish RPROMPT (#3146)
This should fix some modules not working correctly in the fish
`RPROMPT`. I have done this the very naive way by simply duplicating the
code that is currently in the `fish_prompt` function to avoid having to
change the scope of any of the variables (currently all local).
2021-10-22 18:54:36 +02:00
..
configs feat(fill): add disabled option for fill module (#3158) 2021-10-21 14:27:32 +02:00
formatter feat: Add a fill module to pad out the line (#3029) 2021-09-12 19:59:15 -04:00
init fix: Modules not working in fish RPROMPT (#3146) 2021-10-22 18:54:36 +02:00
modules feat(fill): add disabled option for fill module (#3158) 2021-10-21 14:27:32 +02:00
test feat: Add support for RPROMPT (right prompt) (#3026) 2021-09-08 15:45:27 -04:00
bug_report.rs fix(clippy): fix new clippy lints (#2939) 2021-07-29 14:27:46 -04:00
config.rs refactor: simplify iterator usage (#3017) 2021-09-02 11:48:29 -04:00
configure.rs fix(config): inherit stdin/stdout/stderr instead of piping to fix editor invocation (#3032) 2021-09-03 21:56:43 -04:00
context.rs fix(fill): Add terminal-width argument to explicitly define terminal's width (#3090) 2021-10-06 16:36:28 -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 fix(fill): Add terminal-width argument to explicitly define terminal's width (#3090) 2021-10-06 16:36:28 -05:00
module.rs feat: Add pulumi module (#3055) 2021-10-05 18:27:25 -05:00
print.rs refactor: replace term_size with terminal_size (#3087) 2021-09-23 17:52:51 +02:00
segment.rs feat: Add a fill module to pad out the line (#3029) 2021-09-12 19:59:15 -04:00
utils.rs feat: Add pulumi module (#3055) 2021-10-05 18:27:25 -05:00