Skip to content

Releases: anki-code/xontrib-prompt-starship

0.3.6

04 Apr 23:45
d760343
Compare
Choose a tag to compare

What's Changed

  • Do not leave imports like "Path" around for the interactive session by @yggdr in #17

Full Changelog: 0.3.5...0.3.6

0.3.5

19 Mar 12:50
cdc16e2
Compare
Choose a tag to compare

Fixed user expanding in path. Thanks @yggdr!

0.3.4

10 Mar 10:21
8c72e04
Compare
Choose a tag to compare

Fixed status=0

0.3.2

10 Mar 09:46
7dc2e8c
Compare
Choose a tag to compare

Fixed issue with --status code.

0.3.1

21 Dec 13:43
8c09296
Compare
Choose a tag to compare

Added:

  • Make starship aware of terminal width (#9). Thanks to @cycomanic!

0.3.0

20 Jun 16:20
b365f8d
Compare
Choose a tag to compare

#4

Register shell properly for newer versions of Starship

0.2.0

13 Mar 00:47
379ec46
Compare
Choose a tag to compare

In case of using starship as part of another prompt you can add starship prompt to $PROMPT_FIELDS without replacing the current prompt:

$XONTRIB_PROMPT_STARSHIP_REPLACE_PROMPT = False
xontrib load prompt_starship
print($PROMPT_FIELDS['starship_left']())

0.1.1

12 Mar 15:11
9ed5067
Compare
Choose a tag to compare

Added XONTRIB_PROMPT_STARSHIP_BOTTOM_CONFIG.

0.1.0

12 Mar 14:58
36edff5
Compare
Choose a tag to compare

Added RIGHT_PROMPT support. Thanks to @eugenesvk!

0.0.5

09 Mar 16:17
35f7643
Compare
Choose a tag to compare

Added setting STARSHIP_SESSION_KEY.