mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
attempt to fix completion of weird directory names
This commit is contained in:
2
autojump
2
autojump
@@ -224,7 +224,7 @@ def shell_utility():
|
|||||||
if not completion and clean_dict(dirs, path_dict):
|
if not completion and clean_dict(dirs, path_dict):
|
||||||
save(path_dict, dic_file)
|
save(path_dict, dic_file)
|
||||||
|
|
||||||
if completion and ('--bash', '') in optlist: quotes = '"'
|
if completion and ('--bash', '') in optlist: quotes = "'"
|
||||||
else: quotes = ""
|
else: quotes = ""
|
||||||
|
|
||||||
if userchoice != -1:
|
if userchoice != -1:
|
||||||
|
|||||||
Reference in New Issue
Block a user