Skip to content

Commit 5101788

Browse files
committed
add missing qualified dir
#1961
1 parent 4d15730 commit 5101788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/init.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ if "%CMDER_ALIASES%" == "1" (
426426
)
427427

428428
:: Add aliases to the environment
429-
type "%user_aliases%" | findstr /b /l /i "history=cat " >nul
429+
type "%user_aliases%" | %WINDIR%\System32\findstr /b /l /i "history=cat " >nul
430430
if "%ERRORLEVEL%" == "0" (
431431
echo Migrating alias 'history' to new Clink 1.x.x...
432432
call "%CMDER_ROOT%\vendor\bin\alias.cmd" /d history

0 commit comments

Comments
 (0)