aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/syntax.zsh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-08-24 17:11:03 +0200
committerneodarz <neodarz@neodarz.net>2017-08-24 17:11:03 +0200
commit4e782d22ee0d0cfc83c5f1442dad2c86ae183b69 (patch)
tree910e4f480e5d4f3a780eed187d0ccc612c021dc5 /zsh/.zsh/syntax.zsh
parentfe8ed8b9c2d88b6e271d165288ed18282d2299c2 (diff)
downloaddotfiles_ascii-4e782d22ee0d0cfc83c5f1442dad2c86ae183b69.tar.xz
dotfiles_ascii-4e782d22ee0d0cfc83c5f1442dad2c86ae183b69.zip
Fix multi sourcing of a plugin
Diffstat (limited to '')
-rw-r--r--zsh/.zsh/syntax.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/zsh/.zsh/syntax.zsh b/zsh/.zsh/syntax.zsh
index 9f112b5..755d9ff 100644
--- a/zsh/.zsh/syntax.zsh
+++ b/zsh/.zsh/syntax.zsh
@@ -14,9 +14,6 @@
# ░▓▓▓▓▓▓▓▓▓▓
# ░░░░░░░░░░
#
-#█▓▒░ source the plugin https://github.com/zsh-users/zsh-syntax-highlighting
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-
#█▓▒░ color overrides
ZSH_HIGHLIGHT_STYLES[default]='none'
ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=red'