Add redirect param to user config

This commit is contained in:
2023-09-03 09:41:00 +02:00
parent ec33b402b9
commit 80cbf9210d
4 changed files with 31 additions and 0 deletions

View File

@ -20,4 +20,5 @@ type UserConfig struct {
Alias string `toml:"alias"`
ColorScheme string `toml:"color-scheme"`
Pattern string `toml:"pattern"`
Redirect string `toml:"redirect"`
}