Jump to content

Zsh: Difference between revisions

m
Add syntax highlighting option in example
imported>Jmarmstrong1207
m (Add enableCompletion and enableAutosuggestions in example)
imported>Jmarmstrong1207
m (Add syntax highlighting option in example)
Line 15: Line 15:
programs.zsh = {
programs.zsh = {
   enable = true;
   enable = true;
   enableCompletion = true; # Adds the zsh-autocomplete package for zsh
   enableCompletion = true;
   enableAutosuggestions = true; # Adds the zsh-autosuggestions package for zsh
   enableAutosuggestions = true;
  syntaxHighlighting.enable = true;
 
   shellAliases = {
   shellAliases = {
     ll = "ls -l";
     ll = "ls -l";