]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ commands respectively.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / UefiShellLevel2CommandsLib.c
index 6cdbef2937720fb64f82aa1381b7863ab9041285..48b1cf84b853c1a5c5ff5a8f920da70ab164e048 100644 (file)
@@ -108,6 +108,8 @@ ShellLevel2CommandsLibConstructor (
   ShellCommandRegisterAlias(L"cd ..", L"cd..");\r
   ShellCommandRegisterAlias(L"cd \\", L"cd\\");\r
   ShellCommandRegisterAlias(L"mv", L"ren");\r
+  ShellCommandRegisterAlias(L"mv", L"move");\r
+  ShellCommandRegisterAlias(L"map", L"mount");\r
   //\r
   // These are installed in level 2 or 3...\r
   //\r