From d71614ac07be701ba371f54531c0cb85323834f0 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 28 Apr 2024 22:59:59 -0400 Subject: [PATCH] fix(zsh): enable 'correct' option --- user/modules/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index 4c5e353..6172308 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -26,6 +26,10 @@ setopt no_global_rcs ''; + loginExtra = '' + setopt correct + ''; + sessionVariables = { # Make ls colorful on MacOS CLICOLOR = 1;