From 937df38131d99c17ed1f6266ee65742d0868b15c Mon Sep 17 00:00:00 2001 From: Martin Kemp Date: Tue, 21 Jan 2014 23:48:41 +0000 Subject: [PATCH] Todo list & bonus alias Added todo list and added an alias. --- Readme.md | 5 ++++- config/aliases | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 3273b5f..eabbbfc 100644 --- a/Readme.md +++ b/Readme.md @@ -49,7 +49,10 @@ All aliases will be saved in `/config/aliases` file ## Todo -1. Write a Todo list +1. Complete PowerShell compatibility. +2. Workaround git.exe overload after msysgit download (Granted this is an upstream issue). +3. Redo Build/Pack scripts or remove them altogether. +4. Launcher XP compatibility. ## License diff --git a/config/aliases b/config/aliases index 8859444..b2fdae1 100644 --- a/config/aliases +++ b/config/aliases @@ -2,3 +2,4 @@ e.=explorer . gl=git log --oneline --all --graph --decorate $* ls=ls --color $* pwd=cd +clear=cls