1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

zsh syntax centos

This commit is contained in:
eoli3n 2017-12-22 17:31:13 +01:00
parent 694aa5fdab
commit 1ff7f5b621

@ -74,6 +74,8 @@ 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_os_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 %}