Skip to content

Instantly share code, notes, and snippets.

@valerysntx
Created February 14, 2018 06:46
Show Gist options
  • Save valerysntx/328c738aa5b07a0bf74ac23754c6eda9 to your computer and use it in GitHub Desktop.
Save valerysntx/328c738aa5b07a0bf74ac23754c6eda9 to your computer and use it in GitHub Desktop.
"bash here" shell extention
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL]
@="Bash Prompt Here"
"Icon"="%USERPROFILE%\\AppData\\Local\\lxss\\bash.ico"
[HKEY_CLASSES_ROOT\Directory\Background\shell\WSL\command]
@="cmd.exe /c pushd \"%V\" && bash.exe"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment