-
Notifications
You must be signed in to change notification settings - Fork 10
/
Vagrantfile-ConEmu.reg
26 lines (21 loc) · 1.27 KB
/
Vagrantfile-ConEmu.reg
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
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\ConEmu Here]
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"
[HKEY_CLASSES_ROOT\*\shell\ConEmu Here\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" -here -run {MSYS2} -cur_console:n"
[HKEY_CLASSES_ROOT\directory\background\shell\ConEmu Here]
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"
[HKEY_CLASSES_ROOT\directory\background\shell\ConEmu Here\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" -here -run {MSYS2} -cur_console:n"
[HKEY_CLASSES_ROOT\directory\shell\ConEmu Here]
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"
[HKEY_CLASSES_ROOT\directory\shell\ConEmu Here\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" -here -dir \"%1\" -run {MSYS2} -cur_console:n"
[HKEY_CLASSES_ROOT\Drive\shell\ConEmu Here]
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"
[HKEY_CLASSES_ROOT\Drive\shell\ConEmu Here\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" -here -dir \"%1\" -run {MSYS2} -cur_console:n"
[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\ConEmu Here]
"Icon"="C:\\Program Files\\ConEmu\\ConEmu64.exe,0"
[HKEY_CLASSES_ROOT\LibraryFolder\Background\shell\ConEmu Here\command]
@="\"C:\\Program Files\\ConEmu\\ConEmu64.exe\" -here -run {MSYS2} -cur_console:n"