From 2eaaec5102bf70650779bea8b7f7a7987cdd21c5 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Fri, 31 Mar 2017 19:01:19 +1100 Subject: [PATCH] Add 'timecmd' alias to ime for cmd.exe, where ime is already a command (fixes #1413) --- time.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/time.json b/time.json index ab55c076c0..a450f52c06 100644 --- a/time.json +++ b/time.json @@ -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" ] + ] }