-
-
Notifications
You must be signed in to change notification settings - Fork 166
OSH Compatibility Tips
nisbet-hubbard edited this page Oct 26, 2024
·
2 revisions
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)"