summaryrefslogtreecommitdiffstats
path: root/pkg/config/app_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/app_config.go')
-rw-r--r--pkg/config/app_config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index d41a9c202..74f675576 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -311,6 +311,9 @@ type AppState struct {
LastUpdateCheck int64
RecentRepos []string
StartupPopupVersion int
+
+ // these are for custom commands typed in directly, not for custom commands in the lazygit config
+ CustomCommandsHistory []string
}
func getDefaultAppState() *AppState {