Recommend starship.rs for prompt

This commit is contained in:
David Heinemeier Hansson
2025-07-27 14:10:04 -04:00
parent 35a603d0d2
commit a801fde7b9

View File

@ -10,5 +10,5 @@ source ~/.local/share/omarchy/default/bash/rc
# Use VSCode instead of neovim as your default editor
# export EDITOR="code"
#
# Set a custom prompt with the directory revealed:
# Set a custom prompt with the directory revealed (alternatively use https://starship.rs)
# PS1="\W \[\e]0;\w\a\]$PS1"