From a801fde7b920ce4d4b9efbe27c6e95f66e1bea00 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 27 Jul 2025 14:10:04 -0400 Subject: [PATCH] Recommend starship.rs for prompt --- default/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/bashrc b/default/bashrc index 59c60c8..03fb323 100644 --- a/default/bashrc +++ b/default/bashrc @@ -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"