twlk28

Results 1 comments of twlk28

1. mac 在 ~/.bashrc 之类的加个别名命令 建立软连接 `alias lnhere='ln -s node_modules'` 2. win 让win像*nix 一样拥有别名命令 2.1 [准备脚本,比如 auto.bat ,使用doskey 设置常用命令的别名](http://superuser.com/questions/49170/create-an-alias-in-windows-xp) `doskey lnhere=mklink /d .\node_modules ` 2.2 [启动 cmd.exe时,自动执行批处理文件](http://www.liutilities.com/products/registrybooster/tweaklibrary/tweaks/10641/) 注册表 `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor`...