diff --git a/src/app.rs b/src/app.rs index 5fd71c6b..83ffc4f2 100644 --- a/src/app.rs +++ b/src/app.rs @@ -182,7 +182,8 @@ impl App { borders, Git modifications, ..) to display in addition to the \ file contents. The argument is a comma-separated list of \ components to display (e.g. 'numbers,changes,grid') or a \ - pre-defined style ('full')", + pre-defined style ('full'). To set a default theme, export the \ + BAT_STYLE environment variable (e.g.: export BAT_STYLE=\"numbers\").", ), ).arg( Arg::with_name("plain")