summaryrefslogtreecommitdiff
path: root/zsh/zprofile.openbsdx230
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-04 18:42:50 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-04 18:42:50 -0500
commit0168d3a1168234a3b9f3f5b8fc004e7ee5051487 (patch)
treec31e55ebd4f9ba5beb449186ba0db234b200fb8a /zsh/zprofile.openbsdx230
parent7f11af310e3b02719c8ed6c729e9be8b059530a3 (diff)
parent09872874611c94e606ec402316165530c41c7209 (diff)
downloaddotconfig-0168d3a1168234a3b9f3f5b8fc004e7ee5051487.tar.xz
dotconfig-0168d3a1168234a3b9f3f5b8fc004e7ee5051487.zip
utf-8 and merge fix for openbsdx230
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r--zsh/zprofile.openbsdx2305
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230
index dd85a6a..12942e9 100644
--- a/zsh/zprofile.openbsdx230
+++ b/zsh/zprofile.openbsdx230
@@ -1,7 +1,10 @@
#!/bin/zsh
# vim: filetype=zsh
-#export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH"
export WIFIDEV="iwn0"
export ETHEDEV="em0"
export LC_CTYPE=en_US.UTF-8
+#/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