X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.zshrc;h=247e271edc5dec53e6bfb882c14ee1453a5e474c;hb=0597c709c459299c8c944728f0eba9889ab871f1;hp=4f44c380aea36110da32a61c8db8f41cbe28d586;hpb=3fd11bbeda8436436384debc479cd1d9c8815de2;p=grml-etc-core.git diff --git a/etc/skel/.zshrc b/etc/skel/.zshrc index 4f44c38..247e271 100644 --- a/etc/skel/.zshrc +++ b/etc/skel/.zshrc @@ -35,6 +35,7 @@ fi # completion system {{{ # just make sure it is loaded in this file too +# TODO: is this *really* needed? compsys should be run in the global zshrc already. check_com compinit || { autoload -U compinit && compinit } # }}}