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.openbsdx230 | |
parent | 968230670ee95d64f6140644aba99e380010a999 (diff) | |
download | dotconfig-09872874611c94e606ec402316165530c41c7209.tar.xz dotconfig-09872874611c94e606ec402316165530c41c7209.zip |
changed system for loading zsh plugins
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r-- | zsh/zprofile.openbsdx230 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230 index c3a6a95..9a27234 100644 --- a/zsh/zprofile.openbsdx230 +++ b/zsh/zprofile.openbsdx230 @@ -3,4 +3,8 @@ #export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" export WIFIDEV="iwn0" export ETHEDEV="em0" +#/usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh +export ZPLUGINS=( +/usr/local/share/zsh-syntax-highlighting/zsh-syntax/highlighting.zsh +) source /home/timmy/.config/zsh/zprofile.base |