1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Recognizing bash.exe as bash.

This commit is contained in:
Niklas Bergius 2019-09-03 16:53:53 +02:00
parent 6dd2119601
commit 73d242582a

View File

@ -20,7 +20,7 @@ def cp(src, dest, dryrun=False):
def in_bash(): def in_bash():
return get_shell() == 'bash' return get_shell().startswith('bash')
def in_msysgit(): def in_msysgit():