-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathreg_aio_bash_msys2_shell.template
50 lines (36 loc) · 1.87 KB
/
reg_aio_bash_msys2_shell.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Windows Registry Editor Version 5.00
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clang32]
@="Clang 32 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}clang32.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clang32\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -clang32 -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clang64]
@="Clang 64 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}clang64.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clang64\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -clang64 -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clangarm64]
@="ClangArm 64 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}clangarm64.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\clangarm64\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -clangarm64 -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\mingw32]
@="MinGW 32 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}mingw32.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\mingw32\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -mingw32 -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\mingw64]
@="MinGW 64 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}mingw64.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\mingw64\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -mingw64 -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\msys2]
@="MSYS2 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}msys2.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\msys2\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -msys -here \"%v\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\ucrt64]
@="UCRT 64 Bash Here"
"Icon"="\"{MSYS2_INSTALL_DIR}ucrt64.ico\""
[{ROOT_KEY}\Software\Classes\Directory\Background\shell\ucrt64\command]
@="{MSYS2_INSTALL_DIR}msys2_shell.cmd -ucrt64 -here \"%v\""