Do no longer use autocd of zsh

Some folders might have the same name as commands and reduce speed of
auto completion. E.g. one needs to skip the folder to complete the
command.
This commit is contained in:
Daniel Siepmann 2023-02-27 07:50:43 +01:00
parent 69d3c287f8
commit b6c2ecb949
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -9,7 +9,7 @@
dotDir = ".config/zsh";
autocd = true;
autocd = false;
enableSyntaxHighlighting = true;
defaultKeymap = "viins";