(bashrc) corrected copy paste error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user