mirror of
https://github.com/cmderdev/cmder.git
synced 2025-11-30 02:29:48 +08:00
Merge remote-tracking branch 'upstream/master' into development-dax
* upstream/master:
cleanup
respect PATHEXT instead of hardcoding our own value
add missing qualified dir
cleanup
prevent warnings if the dir does not exist
enable `/d` flag in `excd` by default
fix conflict
add notes on what shim actually is
⬆️ Update dependencies (git-for-windows v2.47.0.windows.1, clink v1.7.3, clink-completions v0.6.0)
make library comments consistent and clean up code
This commit is contained in:
2
vendor/init.bat
vendored
2
vendor/init.bat
vendored
@@ -478,7 +478,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
|
||||
|
||||
Reference in New Issue
Block a user