Add /d option to alias command that removes existing alias

* Remove separate unalias script and add `unalias` alias ^) for `alias /d`
This commit is contained in:
an-selm
2014-12-24 22:14:59 +03:00
parent e224d133f3
commit 0ae09e9a4a
3 changed files with 9 additions and 28 deletions

View File

@ -4,3 +4,4 @@ ls=ls --color $*
pwd=cd
clear=cls
history=cat %CMDER_ROOT%\config\.history
unalias=alias /d $1