diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:38:25 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:38:25 -0500 |
commit | 09872874611c94e606ec402316165530c41c7209 (patch) | |
tree | cd6e68146fda1af0f89ea396ffd4581bdca93438 /zsh/zprofile.voidx250 | |
parent | 968230670ee95d64f6140644aba99e380010a999 (diff) | |
download | dotconfig-09872874611c94e606ec402316165530c41c7209.tar.xz dotconfig-09872874611c94e606ec402316165530c41c7209.zip |
changed system for loading zsh plugins
Diffstat (limited to 'zsh/zprofile.voidx250')
-rw-r--r-- | zsh/zprofile.voidx250 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250 index 19ff378..49feb89 100644 --- a/zsh/zprofile.voidx250 +++ b/zsh/zprofile.voidx250 @@ -3,6 +3,10 @@ export WIFIDEV="wlp3s0" export ETHEDEV="enp0s25" export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" +export ZPLUGINS=( +/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh +/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +) alias \ xi="sudo xbps-install" \ xq="xbps-query -R --search" \ |