From 74505fce11398e21839e3f123510e927b738db29 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 5 Apr 2017 10:39:18 +0100 Subject: [PATCH] Update submodules --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index 60308b5..5e0f4b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,9 @@ [submodule "bundle/vim-sensible"] path = bundle/vim-sensible url = https://github.com/tpope/vim-sensible.git +[submodule "bundle/vim-ps1"] + path = bundle/vim-ps1 + url = https://github.com/PProvost/vim-ps1.git [submodule "bundle/vim-airline"] path = bundle/vim-airline url = https://github.com/bling/vim-airline.git