diff --git a/bashrc/.bashrc b/bashrc/.bashrc index 9222532..b1bf6af 100644 --- a/bashrc/.bashrc +++ b/bashrc/.bashrc @@ -76,7 +76,7 @@ if [[ "$PATH" != *"dotfiles/scripts/"* ]]; then fi # setup `starship` -if $(which rg &>/dev/null); then +if $(which starship &>/dev/null); then eval "$(starship init bash)" fi