From 731c8440ab9ae138c2b501803cf21d8f2ca9e842 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 4 Sep 2023 21:45:04 -0700 Subject: [PATCH] aliases: nxup includes nxpl now --- .config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/aliases b/.config/shell/aliases index 08ed912..1301b2f 100644 --- a/.config/shell/aliases +++ b/.config/shell/aliases @@ -130,7 +130,7 @@ alias \ nx='$EDITOR /etc/nixos/systems/$HOST/default.nix' \ nxf='$EDITOR /etc/nixos/flake.nix' \ nxpl='sudo nix-channel --update' \ - nxup='sudo nixos-rebuild switch' \ + nxup='nxpl && sudo nixos-rebuild switch' \ nxfup='cd /etc/nixos; nix flake update; cd -' \ # file copying with a progress bar