fix error when path has a space

This commit is contained in:
刘祺 2016-10-11 14:41:47 +08:00 committed by GitHub
parent 44e0a040bd
commit eb73f6f772

View File

@ -9,7 +9,7 @@ gl=git log --oneline --all --graph --decorate $*
ls=ls --show-control-chars -F --color $*
pwd=cd
clear=cls
history=cat %CMDER_ROOT%\config\.history
history=cat "%CMDER_ROOT%\config\.history"
unalias=alias /d $1
vi=vim $*
cmderr=cd /d "%CMDER_ROOT%"