mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #1125 from clebs/chore/remove-imports
chore: remove unused imports from config/edit
This commit is contained in:
@ -1,11 +1,6 @@
|
||||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
const assert = std.debug.assert;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const internal_os = @import("../os/main.zig");
|
||||
const Command = @import("../Command.zig");
|
||||
|
||||
const log = std.log.scoped(.config);
|
||||
|
||||
/// Open the configuration in the OS default editor according to the default
|
||||
/// paths the main config file could be in.
|
||||
|
Reference in New Issue
Block a user