OSH Compatibility Tips - oils-for-unix/oils GitHub Wiki
Atuin works best in bash when using ble.sh >= 0.4. So depends on #653.
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.
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)"