Add minimal starship prompt to terminal

Co-authored-by: @tobi
This commit is contained in:
David Heinemeier Hansson
2025-08-17 09:59:44 -04:00
parent 7ca72c598a
commit 55330cce88
4 changed files with 29 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ if command -v mise &> /dev/null; then
eval "$(mise activate bash)"
fi
if command -v starship &> /dev/null; then
eval "$(starship init bash)"
fi
if command -v zoxide &> /dev/null; then
eval "$(zoxide init bash)"
fi