]> git.alrj.org Git - zsh.d.git/commitdiff
Load compinit and compdef in example .zshrc file.
authorAmand Tihon <amand.tihon@iba-group.com>
Thu, 10 Sep 2015 12:25:24 +0000 (14:25 +0200)
committerAmand Tihon <amand.tihon@iba-group.com>
Thu, 10 Sep 2015 12:25:24 +0000 (14:25 +0200)
example/zshrc

index 1e313da9959a775bfea4f187e616f9805b478f71..ff51d30f3674ad1ea87a81a8eb734378f49e4c08 100644 (file)
@@ -1,6 +1,8 @@
 #! /usr/bin/zsh
 
 autoload -U zrecompile
 #! /usr/bin/zsh
 
 autoload -U zrecompile
+autoload -U compinit
+autoload -U compdef
 
 zsh_cache=${HOME}/.zsh_cache
 mkdir -p $zsh_cache
 
 zsh_cache=${HOME}/.zsh_cache
 mkdir -p $zsh_cache