mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add gen-diff alias
This commit is contained in:
parent
569c14acd4
commit
2cdbae7747
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue