Skip to content

Releases: anki-code/xontrib-prompt-starship

0.3.8

Choose a tag to compare

@anki-code anki-code released this 22 Apr 14:58
ee585a2
  • fix: handle None rtn and ts[1] in history entries after KeyboardInter… by @arkhan in #19

0.3.7

Choose a tag to compare

@anki-code anki-code released this 13 Oct 13:25
c734df7

fix: suppress spurious job indicator after command not found (#18)

0.3.6

Choose a tag to compare

@anki-code anki-code released this 04 Apr 23:45
d760343

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

Choose a tag to compare

@anki-code anki-code released this 19 Mar 12:50
cdc16e2

Fixed user expanding in path. Thanks @yggdr!

0.3.4

Choose a tag to compare

@anki-code anki-code released this 10 Mar 10:21
8c72e04

Fixed status=0

0.3.2

Choose a tag to compare

@anki-code anki-code released this 10 Mar 09:46
7dc2e8c

Fixed issue with --status code.

0.3.1

Choose a tag to compare

@anki-code anki-code released this 21 Dec 13:43
8c09296

Added:

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

0.3.0

Choose a tag to compare

@anki-code anki-code released this 20 Jun 16:20
b365f8d

#4

Register shell properly for newer versions of Starship

0.2.0

Choose a tag to compare

@anki-code anki-code released this 13 Mar 00:47
379ec46

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

Choose a tag to compare

@anki-code anki-code released this 12 Mar 15:11
9ed5067

Added XONTRIB_PROMPT_STARSHIP_BOTTOM_CONFIG.