We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0aa20a commit d349f57Copy full SHA for d349f57
vendor/init.bat
@@ -540,7 +540,7 @@ if "%CMDER_ALIASES%" == "1" if exist "%CMDER_ROOT%\bin\alias.bat" if exist "%CMD
540
set initialConfig=
541
542
if not exist "%CMDER_CONFIG_DIR%\user_init.cmd" (
543
- powershell -f "%cmder_root%\vendor\bin\create-cmdercfg.ps1" -shell cmd -outfile "%CMDER_CONFIG_DIR%\user_init.cmd"
+ powershell -executionpolicy bypass -f "%cmder_root%\vendor\bin\create-cmdercfg.ps1" -shell cmd -outfile "%CMDER_CONFIG_DIR%\user_init.cmd"
544
545
if not exist "%CMDER_ROOT%\config\user_init.cmd" (
546
%print_error% "Failed to generate Cmder config"
0 commit comments