Compare commits

..

No commits in common. "43b60801cf825aa72e1d839f94052749d724079e" and "793690fcd50bfe7d1814468aed982f752232a104" have entirely different histories.

View file

@ -6,10 +6,6 @@ pub fn main() !void {
defer _ = gpa.deinit();
const allocator = gpa.allocator();
const username = std.os.getenv("USER");
const path = try std.fmt.allocPrint(allocator, "/home/{s}/.config/lister/data.json", .{username});
const file = try std.fs.cwd().openFile("~/.config/lister/data.json", .{});
defer file.close();