From 1671b471d5754bb58166e6d1594c1f0d3d1e0244 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 4 Sep 2021 18:58:57 -0500 Subject: proper zrgument splitting for the plugin thing --- zsh/zprofile.openbsdx230 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh/zprofile.openbsdx230') 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 -- cgit v1.2.3