aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3b18550..a3c9e2d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -11,7 +11,6 @@ autoload -Uz colors \
edit-command-line \
run-help \
zmv
-
compinit
promptinit
colors
@@ -20,7 +19,7 @@ zmodload zsh/mapfile
setopt autocd \
complete_aliases \
- dotglob \
+ glob_dots \
extended_history \
hist_verify \
hist_ignore_all_dups \