aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-11-03 18:13:00 +0100
committerKarel Kočí <cynerd@email.cz>2016-11-03 18:13:00 +0100
commitdf97cd7c2d72081e14edd3480a053eb082b98bf5 (patch)
tree71d2348c3497b6025828a67e70dadb5ba41b2b1d
parent60bcd920a5188d49870b4ef565a04c42c1bf6318 (diff)
downloadmyconfigs-df97cd7c2d72081e14edd3480a053eb082b98bf5.tar.gz
myconfigs-df97cd7c2d72081e14edd3480a053eb082b98bf5.tar.bz2
myconfigs-df97cd7c2d72081e14edd3480a053eb082b98bf5.zip
Ensure existence of ~/.cache/mutt
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index aac1b43..974f4ea 100755
--- a/install
+++ b/install
@@ -65,6 +65,7 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
# Contains:
# inst mutt/ ~/.mutt
# inst msmtprc ~/.msmtprc
+ mkdir -p ~/.cache/mutt # directory for temporaly html files
fi
read -p "Install i3 configuration and related tools? (Y/n) "