summaryrefslogtreecommitdiffstats
path: root/manual/src/features-named-groups-of-settings.md
diff options
context:
space:
mode:
Diffstat (limited to 'manual/src/features-named-groups-of-settings.md')
-rw-r--r--manual/src/features-named-groups-of-settings.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/src/features-named-groups-of-settings.md b/manual/src/features-named-groups-of-settings.md
index 6dcc7254..fea4a018 100644
--- a/manual/src/features-named-groups-of-settings.md
+++ b/manual/src/features-named-groups-of-settings.md
@@ -30,12 +30,12 @@ The environment variable `DELTA_FEATURES` can used to enable features from the c
If you precede this with a `+` symbol, then the features are _added_ to those configured elsewhere, instead of replacing them.
This is very useful, for example to temporarily switch delta to side-by-side mode you can do
-```
+```sh
export DELTA_FEATURES=+side-by-side
```
and to undo that:
-```
+```sh
export DELTA_FEATURES=+
```