mirror of
https://github.com/Alexandre1a/GoSH.git
synced 2026-03-09 19:19:46 +01:00
Update main.go
Changed some defaults
This commit is contained in:
parent
47761fae5d
commit
ed30bd50d0
4
main.go
4
main.go
@ -86,8 +86,8 @@ func loadConfig() {
|
|||||||
viper.SetConfigType("toml")
|
viper.SetConfigType("toml")
|
||||||
|
|
||||||
// Valeurs par défaut
|
// Valeurs par défaut
|
||||||
viper.SetDefault("prompt", "[{dir}] > ")
|
viper.SetDefault("prompt", "[{dir}] $ ")
|
||||||
viper.SetDefault("color", "blue")
|
viper.SetDefault("color", "green")
|
||||||
viper.SetDefault("history_size", 1000)
|
viper.SetDefault("history_size", 1000)
|
||||||
|
|
||||||
// Lire le fichier de configuration
|
// Lire le fichier de configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user