all repos — nixfiles @ 02ef57740a42d1f2d51aef7a3925952d41359387

System and user configuration, managed by nix and home-manager

zsh: add nfu -> nix flake update alias

Alan Pearce
commit

02ef57740a42d1f2d51aef7a3925952d41359387

parent

24329b21bbc81423de7d94aaa8677cdd25072311

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -190,6 +190,7 @@ nicl = "nix-channel --list";
nicu = "nix-channel --update"; nicr = "nix-channel --remove"; nicb = "nix-channel --rollback"; + nfu = "nix flake update"; snic = "sudo nix-channel"; snica = "sudo nix-channel --add"; snicl = "sudo nix-channel --list";