mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Added Vundle clean to remove bundles removed from vimrc
This commit is contained in:
		| @@ -16,8 +16,12 @@ function vundle () { | ||||
|   vim -c "execute \"BundleInstall\" | q | q" | ||||
| } | ||||
|  | ||||
|  | ||||
| function vundle-update () { | ||||
|   vundle-init | ||||
|   vim -c "execute \"BundleInstall!\" | q | q" | ||||
| } | ||||
|  | ||||
| function vundle-clean () { | ||||
|   vundle-init | ||||
|   vim -c "execute \"BundleClean!\" | q | q" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user