mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	Fix branch not updating on checkout in steeef (#6784)
* Fix branch not updating on checkout in steeef * Check for `hub` in steeef when switching branches
This commit is contained in:
		
							parent
							
								
									6bff079332
								
							
						
					
					
						commit
						362b061f5c
					
				@ -66,6 +66,9 @@ function steeef_preexec {
 | 
			
		||||
        *git*)
 | 
			
		||||
            PR_GIT_UPDATE=1
 | 
			
		||||
            ;;
 | 
			
		||||
        *hub*)
 | 
			
		||||
            PR_GIT_UPDATE=1
 | 
			
		||||
            ;;
 | 
			
		||||
        *svn*)
 | 
			
		||||
            PR_GIT_UPDATE=1
 | 
			
		||||
            ;;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user