diff options
-rw-r--r-- | etc/completion | 1 | ||||
-rw-r--r-- | etc/function | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/completion b/etc/completion index 4408052..91b081f 100644 --- a/etc/completion +++ b/etc/completion @@ -1,4 +1,5 @@ ## vim:ft=zsh +zrc_status completion zstyle :compinstall filename ~/.zshrc zstyle ':completion:*' cache-path ~/var/cache/zsh diff --git a/etc/function b/etc/function index a9f6915..a0f63c3 100644 --- a/etc/function +++ b/etc/function @@ -1,4 +1,5 @@ ## vim:ft=zsh +zrc_status functions # zsh functions autoload -U compinit |