fish: Add alias nsr
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
77c605ed9e
commit
5d6f276fde
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue