This commit is contained in:
2023-02-23 12:59:10 -05:00
parent e5fe3b70a9
commit 3228710d05

View File

@@ -87,6 +87,10 @@ programs = {
ll = "ls -l"; ll = "ls -l";
update = "sudo nixos-rebuild switch"; update = "sudo nixos-rebuild switch";
}; };
# history = {
# size = 10000;
# path = "${config.xdg.dataHome}/zsh/history";
# };
zplug = { zplug = {
enable = true; enable = true;
plugins = [ plugins = [