Couple more zsh aliases I forgot to add

This commit is contained in:
Random936 2024-05-21 08:23:27 -07:00
parent ba0976b4b0
commit 503a656479

View File

@ -12,6 +12,8 @@
history.size = 100000000;
shellAliases = {
cd = "z";
ls = "eza";
update-system = "sudo nixos-rebuild switch --flake ~/dotfiles";
update-user = "home-manager switch --flake ~/dotfiles";
update-all = "update-system && update-user";