Added more histSize in zsh config

This commit is contained in:
KoenDR06 2024-12-12 09:25:30 +01:00
parent 6a447460d9
commit 392f80da13
2 changed files with 12 additions and 7 deletions

View file

@ -10,6 +10,8 @@
enable = true;
enableCompletion = true;
histSize = 10000;
shellAliases = {
clone-dotfiles = "cp /home/horseman/nix-config/config/dotfiles/.\* /home/horseman/";
rebuild = "clone-dotfiles && sudo nixos-rebuild switch --flake";