mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-14 07:29:12 +08:00
List aliases and show where saved
When running alias it is nice to see the current aliases and to see where they are stored in case they need to be updated. This is similar to what happens when running alias with no parameters from bash.
This commit is contained in:
parent
f5ce49b8b3
commit
ebeb9ba403
@ -26,3 +26,7 @@ echo. $* allows the alias to assume all the parameters of the supplied command.
|
||||
echo. $1-$9 Allows you to seperate parameter by number, much like %%1 in batch.
|
||||
echo. $T is the command seperator, allowing you to string several commands together into one alias.
|
||||
echo. For more information, read DOSKEY/?
|
||||
echo. Your aliases are automatically saved in "%CMDER_ROOT%\config\aliases"
|
||||
echo. The current aliases are:
|
||||
echo.
|
||||
doskey /macros:all
|
||||
|
Loading…
Reference in New Issue
Block a user