mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Fixed cursor blinking
This commit is contained in:
parent
9cca8b0e05
commit
6814a0f545
@ -42,11 +42,14 @@ zstyle ':prezto:load' pmodule \
|
||||
'prompt'
|
||||
|
||||
|
||||
#
|
||||
# Syntax Highlighting
|
||||
#
|
||||
#
|
||||
zstyle ':prezto:module:syntax-highlighting' highlighters \
|
||||
'main' \
|
||||
'brackets' \
|
||||
'pattern' \
|
||||
'cursor' \
|
||||
'root'
|
||||
|
||||
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'
|
||||
# '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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user