This commit is contained in:
2023-02-23 12:54:58 -05:00
parent c4e62a7649
commit 620dc58966

View File

@@ -81,12 +81,16 @@ programs = {
ssh-add -l
'';
};
programs.zsh = {
zsh = {
enable = true;
shellAliases = {
ll = "ls -l";
update = "sudo nixos-rebuild switch";
};
history = {
size = 10000;
path = "${config.xdg.dataHome}/zsh/history";
};
zplug = {
enable = true;
plugins = [