resources
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
resources [2024/01/01 18:59] – [APT Commands] gman | resources [2024/01/13 01:36] (current) – gman | ||
---|---|---|---|
Line 262: | Line 262: | ||
See [[general_commands# | See [[general_commands# | ||
- | |||
- | ---- | ||
===== SecLists ===== | ===== SecLists ===== | ||
Line 285: | Line 283: | ||
└── Web-Shells | └── Web-Shells | ||
</ | </ | ||
+ | |||
+ | ===== zsh auto-suggestion ===== | ||
+ | |||
+ | The default terminal in Kali is zsh and out of the box it has auto-suggestion turned on. That means you get pop-up suggestions every time you type in the term window. Annoying. | ||
+ | |||
+ | **Here' | ||
+ | |||
+ | < | ||
+ | # enable auto-suggestions based on the history | ||
+ | if [ -f / | ||
+ | . / | ||
+ | # change suggestion color | ||
+ | ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=' | ||
+ | fi | ||
+ | </ | ||
+ | |||
+ | Restart the terminal for changes to take effect. | ||
---- | ---- |
resources.1704135581.txt.gz · Last modified: by gman