From 8ad55800216760291e253150a7ecc831c2956229 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Tue, 21 Jul 2020 01:10:54 +0200 Subject: [PATCH] zsh: fix trailing white space --- modules/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/programs/zsh.nix b/modules/programs/zsh.nix index 525c8a6af..5199e51e9 100644 --- a/modules/programs/zsh.nix +++ b/modules/programs/zsh.nix @@ -221,7 +221,7 @@ in ''; description = '' Similar to opt-programs.zsh.shellAliases, - but are substituted anywhere on a line. + but are substituted anywhere on a line. ''; type = types.attrsOf types.str; };