From 510178852d074c8f3d4c01c06585b6bb81cfa064 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 13 Nov 2024 23:58:11 +0330 Subject: [PATCH] add missing qualified dir https://github.com/cmderdev/cmder/pull/1961 --- vendor/init.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/init.bat b/vendor/init.bat index 1799ae4..583e0e9 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -426,7 +426,7 @@ if "%CMDER_ALIASES%" == "1" ( ) :: Add aliases to the environment -type "%user_aliases%" | findstr /b /l /i "history=cat " >nul +type "%user_aliases%" | %WINDIR%\System32\findstr /b /l /i "history=cat " >nul if "%ERRORLEVEL%" == "0" ( echo Migrating alias 'history' to new Clink 1.x.x... call "%CMDER_ROOT%\vendor\bin\alias.cmd" /d history