From 02ef57740a42d1f2d51aef7a3925952d41359387 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 19 Oct 2022 00:40:29 +0200 Subject: zsh: add nfu -> nix flake update alias --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index baeef429..af8807a5 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -190,6 +190,7 @@ in { 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"; -- cgit 1.4.1