1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-12-29 12:32:44 +00:00
starship/src
Matan Kushner 0fe00ecd82
fix: prompt now updates on bash and zsh (#109)
Making use of PROMPT_COMMAND in bash and precmd in zsh, the prompt is no longer being expanded and rendered when the variable is initially set.
2019-07-23 11:49:14 -04:00
..
modules refactor: Improve logging where lacking 2019-07-19 18:45:38 -04:00
config.rs refactor: Improve logging where lacking 2019-07-19 18:45:38 -04:00
context.rs refactor: Better document context contents 2019-07-19 18:45:38 -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 chore: Refactor getting string values from config (#94) 2019-07-14 11:15:47 -04:00
print.rs feat: Add a disabled configuration option for modules (#86) 2019-07-02 16:12:53 -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