Zsh: Difference between revisions

imported>Jmarmstrong1207
m Add syntax highlighting option in example
imported>Jennydaman
he option `programs.zsh.enableAutosuggestions' defined in `/etc/nixos/configuration.nix' has been renamed to `programs.zsh.autosuggestions.enable'.
Line 16: Line 16:
   enable = true;
   enable = true;
   enableCompletion = true;
   enableCompletion = true;
   enableAutosuggestions = true;
   autosuggestions.enable = true;
   syntaxHighlighting.enable = true;
   syntaxHighlighting.enable = true;