aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-07-21 01:10:54 +0200
committerRobert Helgesson <robert@rycee.net>2020-07-21 01:10:54 +0200
commit8ad55800216760291e253150a7ecc831c2956229 (patch)
treed42f9b41bf551198ee22c0bc609c542be2c9477b /modules
parente2e8b7371ddfb896db412241a047366132c651f8 (diff)
zsh: fix trailing white space
Diffstat (limited to 'modules')
-rw-r--r--modules/programs/zsh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix
index 525c8a6af85..5199e51e972 100644
--- a/modules/programs/zsh.nix
+++ b/modules/programs/zsh.nix
@@ -221,7 +221,7 @@ in
'';
description = ''
Similar to <varname><link linkend="opt-programs.zsh.shellAliases">opt-programs.zsh.shellAliases</link></varname>,
- but are substituted anywhere on a line.
+ but are substituted anywhere on a line.
'';
type = types.attrsOf types.str;
};