Skip to content

Instantly share code, notes, and snippets.

@philwhln
Created April 9, 2018 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philwhln/9c05f1bafdb15c9b015d04f84f976053 to your computer and use it in GitHub Desktop.
Save philwhln/9c05f1bafdb15c9b015d04f84f976053 to your computer and use it in GitHub Desktop.
updatevim.fish
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