Last active
          April 21, 2022 21:03 
        
      - 
      
 - 
        
Save 0xhexmex/dd177e60f508e379ad7c930d00b18c93 to your computer and use it in GitHub Desktop.  
    Remove zsh auto-suggestions and syntax highlighting from AWS Kali AMI
  
        
  
    
      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
    
  
  
    
  | #!/bin/zsh | |
| # Turn off auto suggestions | |
| rm /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh | |
| # Turn off syntax highlighting | |
| rm /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | |
| # Reload terminal | |
| source ~/.zshrc | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment