mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
11 lines
237 B
Rust
11 lines
237 B
Rust
yazi_macro::mod_pub!(cha error mounts path provider);
|
|
|
|
yazi_macro::mod_flat!(cwd file files filter fns hash op scheme sorter sorting splatter stage url xdg);
|
|
|
|
pub fn init() {
|
|
CWD.init(<_>::default());
|
|
|
|
mounts::init();
|
|
|
|
Xdg::load();
|
|
}
|