]> arthur.barton.de Git - ax-zsh.git/commitdiff
zsh-syntax-highlighting: Find scripts on Debian, too
authorAlexander Barton <alex@barton.de>
Sun, 6 Dec 2015 18:19:04 +0000 (19:19 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 6 Dec 2015 18:21:36 +0000 (19:21 +0100)
zsh-syntax-highlighting is available in Debian "testing" now.

plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zshrc

index 6913cb62c3f228809ae04aec3e35a63e0850f7c0..1c3b5001fcb1b72d90ae5f0f7f7957e43083703f 100644 (file)
@@ -2,6 +2,7 @@
 # zsh-syntax-highlighting.zshrc: Initialize "ZSH Syntax Highlighting"
 
 for script (
+       "/usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
        "/usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
 ); do
        if [[ -r "$script" ]]; then