Codebase list kali-defaults / dc1f279
Enable command-not-found in zsh Raphaƫl Hertzog 3 years ago
1 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
196196 # change suggestion color
197197 ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=#999'
198198 fi
199
200 # enable command-not-found if installed
201 if [ -f /etc/zsh_command_not_found ]; then
202 . /etc/zsh_command_not_found
203 fi