Add 'timecmd' alias to ime for cmd.exe, where ime is already a command (fixes #1413)

This commit is contained in:
Luke Sampson 2017-03-31 19:01:19 +11:00
parent 57f698c248
commit 2eaaec5102

View File

@ -3,5 +3,8 @@
"version": "2013-08-10",
"url": "https://raw.github.com/lukesampson/psutils/598331a7e2b6d4bb60d8a458f8212d349b383e7c/time.ps1",
"hash": "66f8e31d76d0c1e8bf89bd5f73f6404c384ddcf0bd2069c5a40c331fbca4a63b",
"bin": "time.ps1"
"bin": [
"time.ps1",
[ "time.ps1", "timecmd" ]
]
}