Browse Source

Create a view directory for vim views

Andrew Swistak 11 years ago
parent
commit
37e5679390
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/manage_dotfiles.sh

+ 1 - 0
bin/manage_dotfiles.sh

@@ -77,6 +77,7 @@ install_dotfiles() {
   if prompt "Install airline glyphs?" N; then
     yaourt -S powerline-fonts-git
   fi
+  mkdir -p "$DIR"/vim/tmp/{backup,swap,undo,view}
 }
 
 update_git_submodules() {