命令行替代工具 - Cmder配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了命令行替代工具 - Cmder配置相关的知识,希望对你有一定的参考价值。
Cmder
可搭配使用cmd here ( cmdhere.reg )
1. 修改config\aliases文件:添加下列几行
l=ls --show-control-chars
la=ls -aF --show-control-chars
ll=ls -alF --show-control-chars
ls=ls --show-control-chars -F --color $*
2. 右键Cmder窗口顶部,
Settings -> Main 取消Monospace的勾选
3. 添加安装路径至环境变量Path,可用Win+R打开
以上是关于命令行替代工具 - Cmder配置的主要内容,如果未能解决你的问题,请参考以下文章