dotfiles

My ~/.config directory

  1. 1
  2. 2
  3. 3
  4. 4
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