diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:54:06 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-12 10:54:06 +0100 |
commit | 8316d5880747f47a11d958eabdde08df97e4d027 (patch) | |
tree | 8dddd9a9e45f94492f08aa524142844259460f0b | |
parent | 1fe312ef0e8342b7906127dee72cef1aab6d84a6 (diff) |
some more progress messages
-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 |