Created
April 9, 2018 03:29
-
-
Save philwhln/9c05f1bafdb15c9b015d04f84f976053 to your computer and use it in GitHub Desktop.
updatevim.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function updatevim | |
set -lx SHELL (which sh) | |
vim +BundleInstall! +BundleClean +qall | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment