summaryrefslogtreecommitdiffstats
path: root/pkg/config/app_config.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-23 11:25:37 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-23 12:29:52 +1100
commitef544e6ce961add2fcac4004ba6587b2de378e64 (patch)
tree98d7fe313fe237bcd3b78d654b41c45a2ff4a38c /pkg/config/app_config.go
parent629494144fcef931a9f484821202bcd4370aa23b (diff)
add more suggestions
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 {