Added vi/vim aliases and fixed powershell startup errors

This commit is contained in:
Dax T. Games
2015-11-23 19:10:22 -05:00
parent 1af65edaec
commit 8566b6f6ca
2 changed files with 13 additions and 2 deletions

View File

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