joke/zim-starship

What does this module do?

Closed this issue · 2 comments

Can't really tell from reading the script.
It doesn't seem to run eval "$(starship init zsh)" as I expected.

joke commented

@blv-brunoneyra

  • it extracts the init code.
  • zcompiles it for faster startup time.
  • repeates the progress if a newer starship version is detected
  • extracts the zsh complete

amazing.
it seems like these lines are outputting starship init zsh into a file then compiling it.
on second inspection, following your comment, it made a lot more sense.
thanks!