mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
--amend
This commit is contained in:
parent
0a6b79b9ed
commit
a959409c0f
2
vendor/profile.ps1
vendored
2
vendor/profile.ps1
vendored
@ -92,7 +92,7 @@ if ( $ENV:CMDER_START ) {
|
||||
$env:Path = "$Env:CMDER_ROOT\bin;$env:Path;$Env:CMDER_ROOT"
|
||||
|
||||
# Drop *.ps1 files into "$ENV:CMDER_ROOT\config\profile.d"
|
||||
# to run them at startup.
|
||||
# to source them at startup.
|
||||
if (-not (test-path "$ENV:CMDER_ROOT\config\profile.d")) {
|
||||
mkdir "$ENV:CMDER_ROOT\config\profile.d"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user