diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-25 14:07:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-25 14:07:00 +0200 |
commit | 3d9047fe1315fdaf80b8685cc5edf09965a2dfb6 (patch) | |
tree | 69188057aa98d681617f3d610acafccce485cee8 | |
parent | 08fa064c2ba98a4f8e9e123cd5233a97569fe5e9 (diff) |
changed path of compdump file
-rw-r--r-- | etc/modules | 2 | ||||
-rw-r--r-- | hooks/post-add | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/etc/modules b/etc/modules index e9446ee..67f55ec 100644 --- a/etc/modules +++ b/etc/modules @@ -2,5 +2,5 @@ autoload -Uz compinit autoload colors autoload zargs -compinit -C +compinit -C -d $HOME/var/cache/zsh/compdump colors diff --git a/hooks/post-add b/hooks/post-add new file mode 100644 index 0000000..1c42607 --- /dev/null +++ b/hooks/post-add @@ -0,0 +1 @@ +mkdir -p $HOME/var/cache/zsh |