mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:15:00 +02:00
Add config file loading
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
mod dots;
|
||||
mod expansions;
|
||||
mod helpers;
|
||||
mod tilde;
|
||||
mod util;
|
||||
|
||||
pub use expansions::{canonicalize, canonicalize_with, expand_path, expand_path_with};
|
||||
pub use helpers::{config_dir, home_dir};
|
||||
pub use tilde::expand_tilde;
|
||||
pub use util::trim_trailing_slash;
|
||||
|
Reference in New Issue
Block a user