diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 3b9938d..5ce69e3 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -95,6 +95,8 @@ setopt correct unsetopt correctall # Enable command auto-correction. ENABLE_CORRECTION="true" +# allow moving through directories without prepending cd +setopt autocd # Speed up autocomplete, force prefix mapping zstyle ':completion:*' accept-exact '*(N)'