We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The minimal, blazing-fast, and infinitely customizable prompt for any shell.
https://github.com/starship/starship/issues/4628
Temporary workaround:
eval "$(starship init bash)"
zoxide is a smarter cd command. It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes.
cd
To start using zoxide, add the following to the end of oshrc:
oshrc
eval "$(zoxide init posix --hook prompt)"
If you source the startup files of other shells, remove old entries such as
eval "$(zoxide init bash)"