commit b9377ec4023b0c10be50173d88cb9162fe610882
parent d4c7029f1491cd6eddf39a109de00f00ed969c80
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 2 Dec 2019 17:42:59 +0100
profiles.zsh: add hist_ignore_space option ðŸ”
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/profiles/zsh.nix b/modules/profiles/zsh.nix
@@ -123,6 +123,7 @@ in
unfunction preexec
PS1='$ '
fi
+ setopt hist_ignore_space
'';
profileExtra = ''
if [ -e /home/vincent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/vincent/.nix-profile/etc/profile.d/nix.sh; fi