diff options
author | Alan Pearce | 2022-10-19 00:40:29 +0200 |
---|---|---|
committer | Alan Pearce | 2022-10-19 00:40:29 +0200 |
commit | 02ef57740a42d1f2d51aef7a3925952d41359387 (patch) | |
tree | 13c5d852f96813fceadb6f0a77871c06f1f4d6e7 | |
parent | 24329b21bbc81423de7d94aaa8677cdd25072311 (diff) | |
download | nixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.tar.lz nixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.tar.zst nixfiles-02ef57740a42d1f2d51aef7a3925952d41359387.zip |
zsh: add nfu -> nix flake update alias
-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"; |