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"