From 09872874611c94e606ec402316165530c41c7209 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 4 Sep 2021 18:38:25 -0500 Subject: changed system for loading zsh plugins --- zsh/zprofile.G3N2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/zprofile.G3N2') diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2 index eedd9d0..c62022d 100644 --- a/zsh/zprofile.G3N2 +++ b/zsh/zprofile.G3N2 @@ -3,6 +3,10 @@ export WIFIDEV="wlp2s0f0u3" export ETHEDEV="eno1" export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" +export ZPLUGINS=( +/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh +/usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh +) alias \ e="sudo emerge" \ eaum="sudo emerge --autounmask-continue" \ -- cgit v1.2.3