| ... | ... | 
                    @@ -23,6 +23,7 @@ ZSH_THEME="robbyrussell"  | 
            
| 23 | 23 | 
                    # COMPLETION_WAITING_DOTS="true"  | 
            
| 24 | 24 | 
                     | 
            
| 25 | 25 | 
                    # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)  | 
            
| 26 | 
                    +# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/  | 
            |
| 26 | 27 | 
                    # Example format: plugins=(rails git textmate ruby lighthouse)  | 
            
| 27 | 28 | 
                    plugins=(git)  | 
            
| 28 | 29 | 
                     |