From a1211ba60c7066ea7fe6c8ac04ab45b82a2da1b0 Mon Sep 17 00:00:00 2001 From: zegonix Date: Sun, 8 Jun 2025 23:50:45 +0200 Subject: [PATCH] (bashrc) corrected copy paste error --- bashrc/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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