fixed even more typos

This commit is contained in:
Charlie Root 2024-04-10 19:21:46 +02:00
commit 0b066ea9de
14 changed files with 446 additions and 410 deletions

View file

@ -34,11 +34,11 @@ in {
rm = "trash -v";
l = "eza -a --icons";
la = "eza -lha --icons --git";
cd = "zoxide"
cd = "zoxide";
} // cfg.extraAliases;
initExtraFirst = mkIf cfg.profiling "zmodload zsh/zprof";
initExtra = mkIf cfg.profiling "zprof";
history {
history = {
path = "${config.home-manager.users.${username}.xdg.dataHome}/zsh/zsh_history";
size = 99999;
save = 99999;