mirror of
				https://github.com/dcarrillo/prezto.git
				synced 2025-11-04 06:19:09 +00:00 
			
		
		
		
	[Fix #242] Remove hub
This commit is contained in:
		@@ -1,15 +0,0 @@
 | 
			
		||||
#
 | 
			
		||||
# Adds GitHub knowledge to the Git command.
 | 
			
		||||
# https://github.com/defunkt/hub
 | 
			
		||||
#
 | 
			
		||||
# Authors:
 | 
			
		||||
#   Chris Wanstrath <chris@wanstrath.com>
 | 
			
		||||
#   Sorin Ionescu <sorin.ionescu@gmail.com>
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
if (( $+commands[hub] )); then
 | 
			
		||||
  function git {
 | 
			
		||||
    hub "$@"
 | 
			
		||||
  }
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
@@ -12,5 +12,4 @@ fi
 | 
			
		||||
 | 
			
		||||
# Source module files.
 | 
			
		||||
source "${0:h}/alias.zsh"
 | 
			
		||||
source "${0:h}/hub.zsh"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user