refactor: update starship.toml file path in setup.sh
This commit is contained in:
parent
a6b9467aeb
commit
895b48a3e5
2
setup.sh
2
setup.sh
|
@ -34,7 +34,7 @@ overwrite_starship_toml() {
|
|||
if [ -f "./terminal/starship.toml" ]; then
|
||||
echo "Overwriting starship.toml..."
|
||||
mkdir -p ~/.config/starship
|
||||
cp ./terminal/starship.toml ~/.config/starship/starship.toml
|
||||
cp ./terminal/starship.toml ~/.config/starship.toml
|
||||
else
|
||||
echo "starship.toml not found in the repository."
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue