diff options
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r-- | zsh/zprofile.openbsdx230 | 5 |
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 |