]> git.alrj.org Git - zsh.d.git/blobdiff - example/zshrc
Load compinit and compdef in example .zshrc file.
[zsh.d.git] / example / zshrc
index 1e313da9959a775bfea4f187e616f9805b478f71..ff51d30f3674ad1ea87a81a8eb734378f49e4c08 100644 (file)
@@ -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