aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-11 21:39:11 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-11 21:39:11 +0200
commit2ecc457acb953ab8e4f8d55b6b4d9f20e8af6fa8 (patch)
treee338823e7a62cb781c2cfa48a786c7b9585a19b2 /zsh/.zshrc
parent96ef3305db0d656788133dc41cbcf2a9de315d95 (diff)
downloaddotfiles-2ecc457acb953ab8e4f8d55b6b4d9f20e8af6fa8.tar.xz
zshrc: dotglob -> glob_dots
Diffstat (limited to 'zsh/.zshrc')
-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 \