1
0
Fork 0

try dark theme again

This commit is contained in:
Von Random 2016-02-03 14:54:15 +03:00
parent e8e25d2dd1
commit 4ff5bb76c0
3 changed files with 12 additions and 14 deletions

View file

@ -216,6 +216,7 @@ if is_zsh; then
HISTSIZE=1000
HISTFILE="${HOME}/.histfile"
#hl_script='/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh'
extras=( "${HOME}/.zshrc.extras" )
# completion
@ -346,7 +347,6 @@ if is_zsh; then
# }}}
# {{{ plugins
# command line syntax highlight from https://github.com/zsh-users/zsh-syntax-highlighting
hl_script='/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh'
if [[ -r ${hl_script} ]]; then
source ${hl_script}
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)