Change various things

This commit is contained in:
crater2150 2024-11-27 12:14:40 +01:00
parent 281ea9f354
commit 8a9503b95a
7 changed files with 21 additions and 8 deletions

View file

@ -1,6 +1,7 @@
typeset -gA ZSH_HIGHLIGHT_STYLES
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
ZSH_HIGHLIGHT_DIRS_BLACKLIST+=(/mnt/)
if [[ "`tput colors`" == "256" ]] || [[ "`tput colors`" == "88" ]] ; then