Nix visual diff.

This commit is contained in:
Joseph Hanson 2024-04-08 19:44:17 -05:00
parent bce139687c
commit cd6db9bc02
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 6 additions and 0 deletions

View file

@ -30,6 +30,9 @@
# other
df = "df -h";
du = "du -h";
# nvd - nix visual diff
nvdiff = "nvd diff /run/current-system result";
};
# rtx hook-env | source
# rtx activate fish | source

View file

@ -40,6 +40,9 @@
# other
df = "df -h";
du = "du -h";
# nvd - nix visual diff
nvdiff = "nvd diff /run/current-system result";
};
# rtx hook-env | source
# rtx activate fish | source