diff --git a/examples/vt.zig b/examples/vt.zig index 853ff5c..c3c6c36 100644 --- a/examples/vt.zig +++ b/examples/vt.zig @@ -44,10 +44,7 @@ pub fn main() !void { }, .scrollback_size = 0, }; - // const shell = env.get("SHELL") orelse "bash"; - const shell = "fish"; - // const ed = env.get("EDITOR") orelse "nvim"; - // const pager = env.get("EDITOR") orelse "nvim"; + const shell = env.get("SHELL") orelse "bash"; const argv = [_][]const u8{shell}; var vt = try vaxis.widgets.Terminal.init( alloc,