commit a3c5c4dec427142e4f284e5ec53dafa467e7085b
parent bd56cb86daf02da8ecbfe1e879faf268bfd8f915
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun, 16 Feb 2020 17:08:02 +0100

Bug

Diffstat:
Mdot_zshrc.tmpl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl @@ -37,7 +37,7 @@ if [ -f "$HOME/.aliases" ]; then fi # Include the highlighting plug-in -{{- if eq .chezmoi.osRelease.id "debian" -}} +{{- if eq .chezmoi.osRelease.id "debian" }} source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2> /dev/null {{- else }} source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2> /dev/null