fixed even more typos
This commit is contained in:
parent
1ce015a374
commit
0b066ea9de
14 changed files with 446 additions and 410 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue