Skip to content

Commit

Permalink
Migrate to new zsh syntax highlighting flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Nov 3, 2024
1 parent 1b41e22 commit e4004d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .config/home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,9 @@ in {
programs.zsh = {
enable = true;
autocd = true;
enableSyntaxHighlighting = true;
syntaxHighlighting = {
enable = true;
};

initExtra = ''
unsetopt beep # don't beep, ever
Expand Down

0 comments on commit e4004d6

Please sign in to comment.