refactor: update starship.toml file path in setup.sh
This commit is contained in:
		
							
								
								
									
										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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user