mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 18:08:34 +02:00
Merge branch 'feature-current-directory-per-drive' of github.com:PegasusPlusUS/nushell into feature-current-directory-per-drive
This commit is contained in:
@ -4,6 +4,8 @@ mod components;
|
|||||||
pub mod dots;
|
pub mod dots;
|
||||||
pub mod expansions;
|
pub mod expansions;
|
||||||
pub mod form;
|
pub mod form;
|
||||||
|
#[cfg(target_os="windows")]
|
||||||
|
pub mod pwd_per_drive;
|
||||||
mod helpers;
|
mod helpers;
|
||||||
mod path;
|
mod path;
|
||||||
#[cfg(target_os = "windows")]
|
#[cfg(target_os = "windows")]
|
||||||
|
Reference in New Issue
Block a user