mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
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:
parent
f448e8ea67
commit
bfead635e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue