This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Copyright (c) 2016-2018 Ming Qin (覃明) <https://github.com/QinMing> | |
| # Open source under MIT LICENSE. | |
| ZSH_THEME="agnoster" | |
| plugins=(zsh-autosuggestions git pip django docker docker-compose) | |
| # ...... | |
| unsetopt AUTO_CD | |
| # AUTO_CD: if the command isn't found in the current directory, the shell will automatically cd into the command name, if the directory is found. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $('li[data-issue-status-name="wontfix"]').each((i, e) => { e.click() }) | |
| $('input[name="commit"]').each((i, e) => { e.click() }) |