My ~/.config directory
function btrdiff -d "Get diff between last two btrfs snapshots" # Note: doing a btrfs balance will break this command run0 btrbk diff (printf %s\n /.snapshots/$argv[1].* | tail -n2) | less end