(bashrc) corrected copy paste error

This commit is contained in:
zegonix
2025-06-08 23:50:45 +02:00
parent d83048925e
commit a1211ba60c

View File

@@ -76,7 +76,7 @@ if [[ "$PATH" != *"dotfiles/scripts/"* ]]; then
fi fi
# setup `starship` # setup `starship`
if $(which rg &>/dev/null); then if $(which starship &>/dev/null); then
eval "$(starship init bash)" eval "$(starship init bash)"
fi fi