feat: add fs-diff script for impermanence check

This commit is contained in:
Swarsel 2024-08-05 01:46:18 +02:00
parent c0a2be3791
commit ea81fcf56e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
8 changed files with 51 additions and 4 deletions

View file

@ -17,6 +17,7 @@
cd = "z";
cdr = "cd \"$( (find /home/swarsel/Documents/GitHub -maxdepth 1 && echo /home/swarsel/.dotfiles) | fzf )\"";
nix-ldd = "LD_LIBRARY_PATH=$NIX_LD_LIBRARY_PATH ldd";
fs-diff = "sudo mount -o subvol=/ /dev/mapper/cryptroot /mnt ; fs-diff";
};
autosuggestion.enable = true;
enableCompletion = true;