Added more histSize in zsh config
This commit is contained in:
parent
6a447460d9
commit
392f80da13
2 changed files with 12 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue