summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
authorAlan Pearce2022-10-19 00:40:29 +0200
committerAlan Pearce2022-10-19 00:40:29 +0200
commit02ef57740a42d1f2d51aef7a3925952d41359387 (patch)
tree13c5d852f96813fceadb6f0a77871c06f1f4d6e7 /user/settings/zsh.nix
parent24329b21bbc81423de7d94aaa8677cdd25072311 (diff)
downloadnixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.tar.lz
nixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.tar.zst
nixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.zip
zsh: add nfu -> nix flake update alias
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix1
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";