Explorar o código

Add a fish function to update vim plugins

Need Vundle to be installed to work.
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
bb4b7d8335
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Install/Templates/fish/functions/updatevim.fish

+ 4 - 0
Install/Templates/fish/functions/updatevim.fish

@@ -0,0 +1,4 @@
+function updatevim
+    set -lx SHELL (which sh)
+    vim +BundleInstall! +BundleClean +qall
+end