X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=%2Bbin%2Fmadconf;fp=%2Bbin%2Fmadconf;h=dfccb81a19a5d5d12a2b1c11e9b8d9fea65ec424;hb=2aa266ac28e1339c08acfca50dadc504b324a723;hp=a8d5d150e5cfc2d2b76cdfd2bd3c3faf55d3124a;hpb=19e1bebdb92e3378b68be22cea173b02f6c65093;p=~madcoder%2Fdotfiles.git diff --git a/+bin/madconf b/+bin/madconf index a8d5d15..dfccb81 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 mutt ssh gdb zsh rlwrap ccache; do +for cache in compose mutt ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done