Add an alias for mdk theme to set the instance theme
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 9 Apr 2014 09:12:53 +0000 (17:12 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Thu, 10 Apr 2014 02:32:25 +0000 (10:32 +0800)
config-dist.json

index 315d6dd..d071edb 100644 (file)
     //   "ls": "!ls -al". `mdk ls` will execute `ls -al`
     "aliases": {
         "check": "doctor",
-        "list": "info -l"
+        "list": "info -l",
+        "theme": "!mdk info -v theme -e $1 $2"
     }
 }