We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d15730 commit 5101788Copy full SHA for 5101788
vendor/init.bat
@@ -426,7 +426,7 @@ if "%CMDER_ALIASES%" == "1" (
426
)
427
428
:: Add aliases to the environment
429
-type "%user_aliases%" | findstr /b /l /i "history=cat " >nul
+type "%user_aliases%" | %WINDIR%\System32\findstr /b /l /i "history=cat " >nul
430
if "%ERRORLEVEL%" == "0" (
431
echo Migrating alias 'history' to new Clink 1.x.x...
432
call "%CMDER_ROOT%\vendor\bin\alias.cmd" /d history
0 commit comments