1
0
mirror of https://github.com/balkian/dotfiles.git synced 2024-11-21 19:52:29 +00:00

Fixed cursor blinking

This commit is contained in:
J. Fernando Sánchez 2016-11-10 18:25:59 +01:00
parent 9cca8b0e05
commit 6814a0f545

View File

@ -42,11 +42,14 @@ zstyle ':prezto:load' pmodule \
'prompt' 'prompt'
#
# Syntax Highlighting
#
#
zstyle ':prezto:module:syntax-highlighting' highlighters \ zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \ 'main' \
'brackets' \ 'brackets' \
'pattern' \ 'pattern' \
'cursor' \
'root' 'root'
zstyle ':prezto:module:syntax-highlighting' color 'yes' zstyle ':prezto:module:syntax-highlighting' color 'yes'
@ -129,25 +132,6 @@ zstyle ':prezto:module:prompt' theme 'balkian'
zstyle ':prezto:module:ssh:load' identities 'id_rsa' zstyle ':prezto:module:ssh:load' identities 'id_rsa'
# 'id_rsa2' 'id_github' # 'id_rsa2' 'id_github'
#
# Syntax Highlighting
#
# Set syntax highlighters.
# By default, only the main highlighter is enabled.
zstyle ':prezto:module:syntax-highlighting' highlighters \
'main' \
'brackets' \
'pattern' \
'cursor' \
'root'
#
# Set syntax highlighting styles.
# zstyle ':prezto:module:syntax-highlighting' styles \
# 'builtin' 'bg=blue' \
# 'command' 'bg=blue' \
# 'function' 'bg=blue'
# #
# Terminal # Terminal
# #