Jump to content

Zsh: Difference between revisions

15 bytes removed ,  18 August 2023
m
Updated `zsh.history` for the current one
imported>Toast
(pretty sure it's actually this option, the older spelling didn't work for me, but this spelling works fine and appears to be what it is)
imported>FMGordillo
m (Updated `zsh.history` for the current one)
Line 19: Line 19:
     update = "sudo nixos-rebuild switch";
     update = "sudo nixos-rebuild switch";
   };
   };
   history = {
   histSize = 10000;
    size = 10000;
  histFile = "${config.xdg.dataHome}/zsh/history";
    path = "${config.xdg.dataHome}/zsh/history";
  };
};
};
</nowiki>}}
</nowiki>}}
Anonymous user