This commit is contained in:
Dax T. Games 2023-07-03 16:23:45 -04:00
parent 4bf659833c
commit 294f85e33c

View File

@ -11,6 +11,8 @@ if ($shell -match 'powershell') {
} elseif ($shell -match 'bash') {
write-host "'$shell' is not supported at this time!"
exit 0
} else {
exit 0
}
$CmderModulePath = Join-path $env:cmder_root "vendor/psmodules/"