diff options
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |