From: Pierre Habouzit Date: Tue, 24 Mar 2009 17:06:59 +0000 (+0100) Subject: add ssh in the cache directory. X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=425bf70af8bbf7dd4f55528842a46b68860df170;p=~madcoder%2Fdotfiles.git add ssh in the cache directory. Signed-off-by: Pierre Habouzit --- diff --git a/+bin/madconf b/+bin/madconf index 1e35d64..aae2ee2 100755 --- a/+bin/madconf +++ b/+bin/madconf @@ -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