-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#692 Improve Windows Terminal with gitbash
#692 Improve Windows Terminal with gitbash
- Loading branch information
Showing
7 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
scripts/src/main/resources/system/windows/windows-terminal/devon-wt-gitbash-uninstall.reg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Windows Registry Editor Version 5.00 | ||
|
||
[-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\devon_wt_gitbash] | ||
[-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\shell\devon_wt_gitbash\command] | ||
[-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\devon_wt_gitbash] | ||
[-HKEY_CURRENT_USER\SOFTWARE\Classes\Directory\Background\shell\devon_wt_gitbash\command] |
Binary file added
BIN
+1.67 KB
scripts/src/main/resources/system/windows/windows-terminal/devon-wt-gitbash.reg
Binary file not shown.
1 change: 1 addition & 0 deletions
1
scripts/src/main/resources/system/windows/windows-terminal/install.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
regedit.exe /S devon-wt-cmd.reg | ||
regedit.exe /S devon-wt-gitbash.reg |
3 changes: 2 additions & 1 deletion
3
scripts/src/main/resources/system/windows/windows-terminal/uninstall.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
regedit.exe /S devon-wt-cmd-uninstall.reg | ||
regedit.exe /S devon-wt-cmd-uninstall.reg | ||
regedit.exe /S devon-wt-gitbash-uninstall.reg |