Skip to content

Commit

Permalink
zsh: update renamed config
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Mar 25, 2024
1 parent 2b041b8 commit 4d461cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/home/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ with lib; let
in {
config = mkIf cfg.enable {
programs.zsh = {
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
autocd = true;
};
Expand Down

0 comments on commit 4d461cd

Please sign in to comment.