Skip to content

Commit

Permalink
Added better defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes committed May 24, 2024
1 parent 4bf89fc commit efca328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const environment = @import("./environment.zig");

const Config = struct {
show_hidden: bool = true,
sort_dirs: bool = false,
show_images: bool = false,
sort_dirs: bool = true,
show_images: bool = true,
preview_file: bool = true,
styles: Styles,

Expand Down

0 comments on commit efca328

Please sign in to comment.