Update main.go

Changed some defaults
This commit is contained in:
Alexandre1a 2025-03-19 15:33:16 +01:00 committed by GitHub
parent 47761fae5d
commit ed30bd50d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,8 +86,8 @@ func loadConfig() {
viper.SetConfigType("toml")
// Valeurs par défaut
viper.SetDefault("prompt", "[{dir}] > ")
viper.SetDefault("color", "blue")
viper.SetDefault("prompt", "[{dir}] $ ")
viper.SetDefault("color", "green")
viper.SetDefault("history_size", 1000)
// Lire le fichier de configuration