]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Create zsh's cache/ directory.
authorSimon Ruderich <simon@ruderich.org>
Sat, 2 Feb 2013 13:23:18 +0000 (14:23 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 2 Feb 2013 13:23:18 +0000 (14:23 +0100)
setup.sh

index 3a43c3a4d702829180755e39485a24fef93913e3..4c14f5f4abcff775dd02bb44bd3344846ddfb4d1 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -45,6 +45,8 @@ chmod 0700 ~/.tmp
 
 # Create rlwrap history directory.
 mkdir -p shell/rlwrap
+# Create zsh cache directory.
+mkdir -p zsh/cache
 
 
 # FILE SETUP