aboutsummaryrefslogtreecommitdiff
path: root/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
parentfe8ed8b9c2d88b6e271d165288ed18282d2299c2 (diff)
downloaddotfiles_ascii-4e782d22ee0d0cfc83c5f1442dad2c86ae183b69.tar.xz
dotfiles_ascii-4e782d22ee0d0cfc83c5f1442dad2c86ae183b69.zip
Fix multi sourcing of a plugin
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/.zsh/environment.zsh3
-rw-r--r--zsh/.zsh/syntax.zsh3
2 files changed, 0 insertions, 6 deletions
diff --git a/zsh/.zsh/environment.zsh b/zsh/.zsh/environment.zsh
index b55d872..3d55acb 100755
--- a/zsh/.zsh/environment.zsh
+++ b/zsh/.zsh/environment.zsh
@@ -36,6 +36,3 @@ export LC_ALL=en_US.UTF-8
#export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LESSCHARSET=utf-8
-
-#█▓▒░ zsh-syntax-highlighting
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
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'