Skip to content

OSH Compatibility Tips

nisbet-hubbard edited this page Oct 26, 2024 · 2 revisions

starship

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

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.

To start using zoxide, add the following to the end of 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)"
Clone this wiki locally