Add powershell profile location

This commit is contained in:
Aoran Zeng
2023-09-10 13:31:48 +08:00
parent 9b2a662f26
commit e9cd2a327f
2 changed files with 31 additions and 2 deletions

View File

@@ -72,5 +72,7 @@ main (int argc, char const *argv[])
xy_error("错误:输出错误内容");
putb(xy_file_exist("chsrc.png"));
putb(xy_file_exist(xy_win_powershell_profile));
putb(xy_file_exist(xy_win_powershellv5_profile));
return 0;
}