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:
parent
6dd2119601
commit
73d242582a
@ -20,7 +20,7 @@ def cp(src, dest, dryrun=False):
|
||||
|
||||
|
||||
def in_bash():
|
||||
return get_shell() == 'bash'
|
||||
return get_shell().startswith('bash')
|
||||
|
||||
|
||||
def in_msysgit():
|
||||
|
Loading…
Reference in New Issue
Block a user