From: Amand Tihon Date: Thu, 10 Sep 2015 12:25:24 +0000 (+0200) Subject: Load compinit and compdef in example .zshrc file. X-Git-Url: https://git.alrj.org/?p=zsh.d.git;a=commitdiff_plain;h=338587aee7c10cc4c395dfbfd27ad5eff0039b89 Load compinit and compdef in example .zshrc file. --- 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