Explorar el Código

init submodule on root

master
Robin Thoni hace 7 años
padre
commit
a2e397523d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vim/install

+ 1
- 1
vim/install Ver fichero

@@ -15,7 +15,7 @@ fi &&
15 15
 ln -sf "${dir}/vimrc" ~/.vimrc &&
16 16
 
17 17
 (
18
-  cd "${dir}" &&
18
+  cd "${dir}/.." &&
19 19
   git submodule init &&
20 20
   git submodule update
21 21
 )

Loading…
Cancelar
Guardar