1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-09-28 15:01:24 +02:00

fixed zsh syntax hightlighting dir in zshrc

This commit is contained in:
eoli3n 2017-12-22 20:10:56 +01:00
parent 50d708f2a1
commit ad6f703c6d

@ -72,14 +72,8 @@ source ~/.zshrc_node
autoload -U zmv
plugins=(git python colored-man-pages colorize sprunge web-search)
source $ZSH/oh-my-zsh.sh
{% if ansible_os_family == "FreeBSD" %}
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
{% elif ansible_distribution == "CentOS" %}
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
{% else %}
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
{% endif %}
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
zsh-syntax-highlighting-dir=$(find /usr -name zsh-syntax-highlighting.zsh 2>/dev/null)
source $zsh-syntax-highlighting-dir
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=8'
### PURE PROMPT