mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] disable syntax highlighting in the Linux console (tty)
This commit is contained in:
parent
d184233b67
commit
b526fa385d
1 changed files with 3 additions and 1 deletions
|
@ -85,4 +85,6 @@ plugin base16-shell 'chriskempson/base16-shell' \
|
|||
after_load='export BASE16_SHELL="$plugin_dir"'
|
||||
|
||||
FAST_WORK_DIR="$ZSH_CACHE_DIR"
|
||||
plugin fast-syntax-highlighting 'zdharma/fast-syntax-highlighting'
|
||||
if [[ "$TERM" != "linux" ]]; then
|
||||
plugin fast-syntax-highlighting 'zdharma/fast-syntax-highlighting'
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue