aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
-rwxr-xr-xzsh/.zsh/environment.zsh3
-rw-r--r--zsh/.zsh/syntax.zsh3
3 files changed, 1 insertions, 7 deletions
diff --git a/install.sh b/install.sh
index a0a321f..513863b 100755
--- a/install.sh
+++ b/install.sh
@@ -35,7 +35,7 @@ yaourt -S otf-fira-code
#git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting
#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions
-#sudo chsh -s $(which zsh)
+#chsh -s $(which zsh)
#stowroot fonts-etc
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'