Closed kuator closed 4 years ago
If path contains a slash z.lua does not handle slashes. It works only if slash is escaped: z -l my-<tab><tab> nothing happens z -l my\-<tab><tab> -> home/me/directory/my-favourite-directory
z -l my-<tab><tab>
z -l my\-<tab><tab> -> home/me/directory/my-favourite-directory
See here https://github.com/skywind3000/z.lua/issues/65
Use $_ZL_HYPHEN
$_ZL_HYPHEN
If path contains a slash z.lua does not handle slashes. It works only if slash is escaped:
z -l my-<tab><tab>
nothing happensz -l my\-<tab><tab> -> home/me/directory/my-favourite-directory