Don't enable -x by default

That was an oversight. Especially useless when there's no option to
disable -x.
This commit is contained in:
Yorhel 2021-09-28 17:56:06 +02:00
parent f448e8ea67
commit bfead635e4

View file

@ -41,7 +41,7 @@ pub const config = struct {
pub const SortCol = enum { name, blocks, size, items, mtime };
pub const SortOrder = enum { asc, desc };
pub var same_fs: bool = true;
pub var same_fs: bool = false;
pub var extended: bool = false;
pub var follow_symlinks: bool = false;
pub var exclude_caches: bool = false;