mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 17:59:11 +08:00
fixes
This commit is contained in:
parent
4bf659833c
commit
294f85e33c
2
vendor/bin/create-cmdercfg.ps1
vendored
2
vendor/bin/create-cmdercfg.ps1
vendored
@ -11,6 +11,8 @@ if ($shell -match 'powershell') {
|
|||||||
} elseif ($shell -match 'bash') {
|
} elseif ($shell -match 'bash') {
|
||||||
write-host "'$shell' is not supported at this time!"
|
write-host "'$shell' is not supported at this time!"
|
||||||
exit 0
|
exit 0
|
||||||
|
} else {
|
||||||
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
$CmderModulePath = Join-path $env:cmder_root "vendor/psmodules/"
|
$CmderModulePath = Join-path $env:cmder_root "vendor/psmodules/"
|
||||||
|
Loading…
Reference in New Issue
Block a user