add ssh in the cache directory.
authorPierre Habouzit <madcoder@debian.org>
Tue, 24 Mar 2009 17:06:59 +0000 (18:06 +0100)
committerPierre Habouzit <madcoder@debian.org>
Tue, 24 Mar 2009 17:06:59 +0000 (18:06 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
+bin/madconf

index 1e35d64..aae2ee2 100755 (executable)
@@ -21,6 +21,6 @@ find $dotfiles -mindepth 1 \( -name '[+.]*' -prune -o -not -type d -print \) | w
     dot_ln "$f" ".${f#$dotfiles/}"
 done
 
-for cache in zsh rlwrap ccache; do
+for cache in ssh zsh rlwrap ccache; do
     mkdir -p "$HOME/.cache/$cache"
 done