From 338587aee7c10cc4c395dfbfd27ad5eff0039b89 Mon Sep 17 00:00:00 2001 From: Amand Tihon Date: Thu, 10 Sep 2015 14:25:24 +0200 Subject: [PATCH] Load compinit and compdef in example .zshrc file. --- example/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/zshrc b/example/zshrc index 1e313da..ff51d30 100644 --- a/example/zshrc +++ b/example/zshrc @@ -1,6 +1,8 @@ #! /usr/bin/zsh autoload -U zrecompile +autoload -U compinit +autoload -U compdef zsh_cache=${HOME}/.zsh_cache mkdir -p $zsh_cache -- 2.39.2