diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:58:57 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-04 18:58:57 -0500 |
commit | 1671b471d5754bb58166e6d1594c1f0d3d1e0244 (patch) | |
tree | 7cacac477cc4efbe2826e8d8626268e4d37100ba /zsh/zprofile.openbsdx230 | |
parent | ab6af98aacd24fcf83451cee21c1736cf3277457 (diff) | |
download | dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.tar.xz dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.zip |
proper zrgument splitting for the plugin thing
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r-- | zsh/zprofile.openbsdx230 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230 index 0229c1a..4abb5f1 100644 --- a/zsh/zprofile.openbsdx230 +++ b/zsh/zprofile.openbsdx230 @@ -1,10 +1,10 @@ -#!/bin/zsh +#!/usr/bin/env zsh # vim: filetype=zsh 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=( +export ZPLUGINS=" /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -) +" source /home/timmy/.config/zsh/zprofile.base |