feat: add gen-diff alias

This commit is contained in:
Swarsel 2024-12-16 21:17:51 +01:00
parent 569c14acd4
commit 2cdbae7747
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
fs-diff = "sudo mount -o subvol=/ /dev/mapper/cryptroot /mnt ; fs-diff";
lt = "eza -las modified --total-size";
boot-diff = "nix store diff-closures /run/*-system";
gen-diff = "nix profile diff-closures --profile /nix/var/nix/profiles/system";
}
config.swarselsystems.shellAliases;
autosuggestion.enable = true;