Cmder-Usage
2020-02-04
Please add ConEmuC.exe and ConEmuC64.exe to the exclusion list to avoid crashes! https://conemu.github.io/en/Installation.html#mactype
Simply add ConEmuC.exe
and ConEmuC64.exe
into exclude list of mactype then everything will be fine.
Open ${cmder}/config/user-aliases.cmd
Add an alias per line
Use $1-$9
as optional parameter in command:
unalias=alias /d $1 // unalias abc = alias /d abc
And use $*
to accept all rest parameters:
ni=npm install $* // ni --save-dev = npm install --save-dev
You can simply add a quick command to edit the alias config file:
alias=vsc D:\Tools_For_Efficiency\cmder\config\user-aliases.cmd
Note that you may need to restart the cmder to see the changes.
https://github.com/cmderdev/cmder/blob/master/README.md#cmdercmdexe-aliases https://blog.rxliuli.com/p/9ea2b223/
关于本文
文章标题 | Cmder-Usage |
发布日期 | 2020-02-04 |
文章分类 | Tech |
相关标签 | #Cmder #CLI |
留言板
PLACE_HOLDER
PLACE_HOLDER
PLACE_HOLDER
PLACE_HOLDER