zsh: avoid escaping showing up in dotDir docs
This commit is contained in:
parent
bc43546503
commit
3b3164dfe3
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ in
|
|||
else
|
||||
config.home.homeDirectory
|
||||
'';
|
||||
example = "`\${config.xdg.configHome}/zsh`";
|
||||
example = literalExpression ''"''${config.xdg.configHome}/zsh"'';
|
||||
description = ''
|
||||
Directory where the zsh configuration and more should be located,
|
||||
relative to the users home directory. The default is the home
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue