瀏覽代碼

Add a fish function to update vim plugins

Need Vundle to be installed to work.
DricomDragon 5 年之前
父節點
當前提交
bb4b7d8335
共有 1 個文件被更改,包括 4 次插入0 次删除
  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