summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 566bcf59c..bbc08cdc3 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -324,7 +324,7 @@ func GetDefaultConfig() *UserConfig {
SkipNoStagedFilesWarning: false,
ShowListFooter: true,
ShowCommandLog: true,
- ShowFileTree: false,
+ ShowFileTree: true,
ShowRandomTip: true,
CommandLogSize: 8,
},