From ebeb9ba4036c4f6011d1230f927caf0c4f0552d2 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 2 Feb 2015 10:57:08 +0100 Subject: [PATCH] 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. --- bin/alias.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/alias.bat b/bin/alias.bat index 4ec1882..f99597b 100644 --- a/bin/alias.bat +++ b/bin/alias.bat @@ -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