mirror of
https://github.com/cmderdev/cmder.git
synced 2025-04-15 14:12:32 +08:00
allow setting verbose-output variable outside init.bat
This commit is contained in:
parent
e212ee36a2
commit
c49c27fb88
4
vendor/init.bat
vendored
4
vendor/init.bat
vendored
@ -7,7 +7,7 @@
|
|||||||
:: !!! Use "%CMDER_ROOT%\config\user-profile.cmd" to add your own startup commands
|
:: !!! Use "%CMDER_ROOT%\config\user-profile.cmd" to add your own startup commands
|
||||||
|
|
||||||
:: Set to > 0 for verbose output to aid in debugging.
|
:: Set to > 0 for verbose output to aid in debugging.
|
||||||
set verbose-output=0
|
if not defined verbose-output ( set verbose-output=0 )
|
||||||
|
|
||||||
:: Find root dir
|
:: Find root dir
|
||||||
if not defined CMDER_ROOT (
|
if not defined CMDER_ROOT (
|
||||||
@ -109,7 +109,7 @@ for /f "usebackq" %%x in ( `dir /b *.bat *.cmd 2^>nul` ) do (
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
:: Allows user to override default aliases store using profile.d
|
:: Allows user to override default aliases store using profile.d
|
||||||
:: scripts run above by setting the 'alaises' env variable.
|
:: scripts run above by setting the 'aliases' env variable.
|
||||||
::
|
::
|
||||||
:: Note: If overriding default aliases store file the aliases
|
:: Note: If overriding default aliases store file the aliases
|
||||||
:: must also be self executing, see '.\user-aliases.cmd.example',
|
:: must also be self executing, see '.\user-aliases.cmd.example',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user