Couple more zsh aliases I forgot to add
This commit is contained in:
parent
ba0976b4b0
commit
503a656479
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user