X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=%2Bbin%2Fmadconf;h=8426c434a96ecd841429f8dcc6e6f7fc3bfae197;hp=aae2ee263a316ed42af7bbcec86a7bd56f2baff9;hb=24de7655198de1522cf4a33ee914fb371086bcd4;hpb=e36f2bcd387e01eb6fac50423dbb739b89f70705 diff --git a/+bin/madconf b/+bin/madconf index aae2ee2..8426c43 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 ssh zsh rlwrap ccache; do +for cache in ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done