refactor: Update starship.toml file path and remove unused symbol
This commit is contained in:
parent
04004e9dbb
commit
c06f4e035c
1
setup.sh
1
setup.sh
|
@ -59,7 +59,6 @@ configure_starship() {
|
||||||
overwrite_starship_toml() {
|
overwrite_starship_toml() {
|
||||||
if [ -f "./terminal/starship.toml" ]; then
|
if [ -f "./terminal/starship.toml" ]; then
|
||||||
echo "Overwriting starship.toml..."
|
echo "Overwriting starship.toml..."
|
||||||
mkdir -p ~/.config/starship
|
|
||||||
cp ./terminal/starship.toml ~/.config/starship.toml
|
cp ./terminal/starship.toml ~/.config/starship.toml
|
||||||
|
|
||||||
# Check if icon parameter is provided
|
# Check if icon parameter is provided
|
||||||
|
|
Loading…
Reference in New Issue