diff --git a/options.xhtml b/options.xhtml index 690f2a41a..a341e488f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -77361,9 +77361,9 @@ attribute set of string
{ }
Example:
{
- docs = "$HOME/Documents";
- vids = "$HOME/Videos";
- dl = "$HOME/Downloads";
+ docs = "$\{config.home.homeDirectory}/Documents";
+ vids = "$\{config.home.homeDirectory}/Videos";
+ dl = "$\{config.home.homeDirectory}/Downloads";
}
@@ -77392,10 +77392,10 @@ directory.
null or string
Default:
-null
"`config.home.homeDirectory`"
Example:
-".config/zsh"
"`\${config.xdg.configHome}/zsh`"
Declared by: