this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

examples(vt): use shell environment for command

+1 -4
+1 -4
examples/vt.zig
··· 44 44 }, 45 45 .scrollback_size = 0, 46 46 }; 47 - // const shell = env.get("SHELL") orelse "bash"; 48 - const shell = "fish"; 49 - // const ed = env.get("EDITOR") orelse "nvim"; 50 - // const pager = env.get("EDITOR") orelse "nvim"; 47 + const shell = env.get("SHELL") orelse "bash"; 51 48 const argv = [_][]const u8{shell}; 52 49 var vt = try vaxis.widgets.Terminal.init( 53 50 alloc,