码迷,mamicode.com
首页 > 其他好文 > 详细

【工具】Msys2使用配置

时间:2019-12-29 12:44:12      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:dir   变量   windows   amp   com   bash   rect   gedit   director   

一:更改Home目录

添加环境变量HOME,值为%USERPROFILE%,将Mingw的目录和Windows设为一致

二:设置环境变量继承自Windows

找到msys2_shell.cmd中的

rem set MSYS2_PATH_TYPE=inherit

去掉rem,取消这一句的注释,使MSYS2的环境变量继承自系统

三:添加到右键菜单

添加注册表项(regedit)

[HKEY_CLASSES_ROOT\Directory\Background\shell\Mingw64]
@="MinGW &64 Bash Here"
"Icon"="D:\\mysoft\\msys2\\msys2.ico"

[HKEY_CLASSES_ROOT\Directory\Background\shell\Mingw64\command]
@="D:\\mysoft\\msys2\\msys2_shell.cmd -mingw64 -here"

【工具】Msys2使用配置

标签:dir   变量   windows   amp   com   bash   rect   gedit   director   

原文地址:https://www.cnblogs.com/happylich/p/12114399.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!