소스 검색

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