fish: Add alias nsr

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 13:58:15 +03:00
parent 77c605ed9e
commit 5d6f276fde
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -34,6 +34,7 @@
"uph" = "nix flake update --flake path:/home/gkaklas/palette/home-manager/";
"clh" = "nix profile wipe-history --older-than 7d && home-manager expire-generations '-7 days'";
"update" = "upn && nrs && cln && uph && hms && clh && nix store gc && nix store optimise && ntfy pub kelly 'Update done!'";
"nsr" = "sudo nix-store --repair --verify --check-contents";
# git
"gc" = "git commit --verbose --gpg-sign --signoff";