forked from extern/nushell
Replace dirs and directories with maintained (#2949)
This commit is contained in:
@ -72,7 +72,7 @@ impl FilesystemShell {
|
||||
pub fn homedir_if_possible() -> Option<PathBuf> {
|
||||
#[cfg(feature = "dirs")]
|
||||
{
|
||||
dirs::home_dir()
|
||||
dirs_next::home_dir()
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "dirs"))]
|
||||
|
Reference in New Issue
Block a user