Skip to content

Instantly share code, notes, and snippets.

@0xhexmex
Last active April 21, 2022 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xhexmex/dd177e60f508e379ad7c930d00b18c93 to your computer and use it in GitHub Desktop.
Save 0xhexmex/dd177e60f508e379ad7c930d00b18c93 to your computer and use it in GitHub Desktop.
Remove zsh auto-suggestions and syntax highlighting from AWS Kali AMI
#!/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