try dark theme again
This commit is contained in:
parent
e8e25d2dd1
commit
4ff5bb76c0
3 changed files with 12 additions and 14 deletions
2
shellrc
2
shellrc
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue