From 0d0458c64c7cc4231b36899f57289a3c5bcf91f8 Mon Sep 17 00:00:00 2001 From: Julian Halloy Date: Sat, 24 Jun 2023 10:24:56 -0500 Subject: [PATCH] updated documentation to include SHELL_COMPLETIONS_DIR --- doc/lsd.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/lsd.md b/doc/lsd.md index 0adec7b16..b86cdd0de 100644 --- a/doc/lsd.md +++ b/doc/lsd.md @@ -163,3 +163,6 @@ lsd is a ls command with a lot of pretty colours and some other stuff to enrich `XDG_CONFIG_HOME` : Used to locate optional config file. If `XDG_CONFIG_HOME` is set, use `$XDG_CONFIG_HOME/lsd/config.yaml` else `$HOME/.config/lsd/config.yaml`. + +`SHELL_COMPLETIONS_DIR` or `OUT_DIR` +: Used to specify the directory for generating a shell completions file. If neither are set, no completions file will be generated. The directory will be created if it does not exist.