zsh cleanup

This commit is contained in:
Ivan Dimitrov 2023-10-02 08:40:10 +03:00
parent e22ee2ec6d
commit 7e19beaf1b

View File

@ -16,8 +16,6 @@
la = "ls -alh";
};
history = {
size = 1000;
save = 1000;
expireDuplicatesFirst = true;
};
plugins = [
@ -26,11 +24,6 @@
src = "${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k";
file = "powerlevel10k.zsh-theme";
}
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = "${pkgs.zsh-nix-shell}/share/zsh-nix-shell";
}
];
initExtra = ''
source "$HOME/.p10k.zsh"