We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d102606 commit 3e80ffbCopy full SHA for 3e80ffb
1 file changed
flake.nix
@@ -142,7 +142,7 @@
142
devShells.default = pkgs.mkShell {
143
buildInputs = [ devShellPackage ];
144
shellHook = ''
145
- while read word; do echo -e "*$word\n#" | aspell -a --dont-validate-words 2>/dev/null; done < aspell_custom.txt
+ while read word; do echo -e "*$word\n#" | aspell -a --dont-validate-words >/dev/null 2>&1; done < aspell_custom.txt
146
export PS1="nix:# ";
147
'';
148
};
0 commit comments