yazi: show hidden files, matching the helix file picker
The image shipped two file pickers on one developer workstation with
opposite answers to the same question. helix's config sets
hidden = false under [editor.file-picker], which in helix means do not
ignore hidden files, and that value was chosen. yazi's show_hidden =
false was inherited from upstream and never decided. Alloy now says the
same thing in both places.
The second item in the shipped-defaults batch, hiding Firefox's
about:config interstitial, was not applied. Its pref name checks out
(browser.aboutConfig.showWarning is in Firefox 153.0's
browser/omni.ja and ships true), but placing it on the ladder in
etc/firefox/pref/alloy.js is a judgment about who a safety warning
serves, not a mechanical edit. Left for Max.
1 file changed,
+1 insertion,
-1 deletion
| 21 |
21 |
|
sort_dir_first = true
|
| 22 |
22 |
|
sort_translit = false
|
| 23 |
23 |
|
linemode = "size"
|
| 24 |
|
- |
show_hidden = false
|
|
24 |
+ |
show_hidden = true
|
| 25 |
25 |
|
show_symlink = true
|
| 26 |
26 |
|
scrolloff = 5
|
| 27 |
27 |
|
|