Skip to content

Commit fdb21a5

Browse files
committed
fix(windows): add windows path constants back
1 parent 0369e36 commit fdb21a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/config/constants.rs

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ pub const XDG_CONFIG_ENV: &str = "XDG_CONFIG_HOME";
99
pub const HOME_ENV: &str = "HOME";
1010

1111
pub const WINDOWS_APPDATA_ENV: &str = "APPDATA";
12+
pub const WINDOWS_USERPROFILE_ENV: &str = "USERPROFILE";
13+
pub const WINDOWS_HOMEDRIVE_ENV: &str = "HOMEDRIVE";
14+
pub const WINDOWS_HOMEPATH_ENV: &str = "HOMEPATH";

0 commit comments

Comments
 (0)