Remove obsolete stuffs
This commit is contained in:
3
bin/cmder/config/profile.d/README.md
Normal file
3
bin/cmder/config/profile.d/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## Profile.d Folder
|
||||
|
||||
* Files in this folder named `*.{sh|cmd|ps1}`: Will be executed by the appropriate shell when starting the shell.
|
||||
@@ -1,5 +1,3 @@
|
||||
@echo off
|
||||
|
||||
echo %CMDER_ROOT% | findstr /i "laragon" >nul
|
||||
if "%ERRORLEVEL%" equ "0" call %cmder_root%\..\..\etc\cmder\laragon.cmd
|
||||
call %CMDER_ROOT%\..\..\etc\cmder\laragon.cmd
|
||||
exit /b 0
|
||||
|
||||
Reference in New Issue
Block a user