Explorar el Código

Create a view directory for vim views

Andrew Swistak hace 11 años
padre
commit
37e5679390
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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() {