From e8dcde4955fe95827d6a3c236f2a2adad102e86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sun, 30 Aug 2020 15:37:33 +0200 Subject: [PATCH] Mention the environment variable TEALDEER_CONFIG_DIR in the README (#131) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0307791..218525b 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,10 @@ The configuration file path follows OS conventions. It can be queried with the f $ tldr --config-path +The directory where the configuration file resides may be overwritten by the +environment variable `TEALDEER_CONFIG_DIR`. Remember to use an absolute path. +Variable expansion will not be performed on the path. + ### Style Using the config file, the style (e.g. colors or underlines) can be customized.