Browse Source

init submodule on root

master
Robin Thoni 7 years ago
parent
commit
a2e397523d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vim/install

+ 1
- 1
vim/install View File

@@ -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…
Cancel
Save