mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
zsh: avoid escaping showing up in dotDir docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user