aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 968cc58..4ed147d 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -12,8 +12,6 @@ zstyle ':completion:*' rehash yes
# Colors for file completion
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
-fpath=("$ZDOTDIR"/completion "${fpath[@]}")
-
autoload -Uz colors \
compinit \
promptinit \