Windows 10. cmder/clink environment.
For example I want to add alias for fast history watching:
cat %CMDER_ROOT%\config\.history
- work if i copy-paste it to console.
But this line at aliases.config history=cat %CMDER_ROOT%\config\.history
- doesn't work correctly.
Output is: cat: '%CMDER_ROOT%\config\.history': No such file or directory
.
So how I can force this alias to be executed before "been eaten" by cat (^-^)