Sonico98 / yazi-prompt.sh

Instructions to add an indicator when running a yazi subshell
9 stars 3 forks source link

Add starship prompt example #3

Closed redbeardymcgee closed 4 months ago

redbeardymcgee commented 4 months ago

Simple starship prompt format with a custom module. It's possible to change the symbol, or remove it entirely in favor of something like:

[custom.yazi]
when = """ test -n "$YAZI_LEVEL" """
command = """ echo "| Yazi " """

Screenshots don't seem to be stored with the repo, but I can share one.

redbeardymcgee commented 4 months ago

Screenshot from 2024-05-20 16-36-02

Sonico98 commented 4 months ago

Thank you very much!