Commit b9377ec4023b

Vincent Demeester <vincent@sbr.pm>
2019-12-02 17:42:59
profiles.zsh: add hist_ignore_space option 🔭
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d4c7029
Changed files (1)
modules
profiles
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