Skip to content

Instantly share code, notes, and snippets.

@MaxDefense
Created December 22, 2022 02:51
Show Gist options
  • Save MaxDefense/d08a647780f5244cc7fc0fa63bdbb798 to your computer and use it in GitHub Desktop.
Save MaxDefense/d08a647780f5244cc7fc0fa63bdbb798 to your computer and use it in GitHub Desktop.
Add Bash to Explorer / Добавление Bash в проводник
Windows Registry Editor Version 5.00
; "C:\Git\" - path to your git
; You can replace this part of the path with the one you need
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash]
@="Open bash ..."
[HKEY_CLASSES_ROOT\Directory\Background\shell\bash\command]
@="C:\Git\git-bash.exe"
[HKEY_CLASSES_ROOT\Directory\shell\bash]
@="Open bash ..."
[HKEY_CLASSES_ROOT\Directory\shell\bash\command]
@="cmd.exe /c pushd \"%V\" && C:\Git\git-bash.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment