diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:42:50 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:42:50 -0500 |
commit | 0168d3a1168234a3b9f3f5b8fc004e7ee5051487 (patch) | |
tree | c31e55ebd4f9ba5beb449186ba0db234b200fb8a /zsh/zprofile.G3N2 | |
parent | 7f11af310e3b02719c8ed6c729e9be8b059530a3 (diff) | |
parent | 09872874611c94e606ec402316165530c41c7209 (diff) | |
download | dotconfig-0168d3a1168234a3b9f3f5b8fc004e7ee5051487.tar.xz dotconfig-0168d3a1168234a3b9f3f5b8fc004e7ee5051487.zip |
utf-8 and merge fix for openbsdx230
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r-- | zsh/zprofile.G3N2 | 4 |
1 files changed, 4 insertions, 0 deletions
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" \ |