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.voidx250 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zsh/zprofile.voidx250') diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250 index 49feb89..2964002 100644 --- a/zsh/zprofile.voidx250 +++ b/zsh/zprofile.voidx250 @@ -1,12 +1,12 @@ -#!/bin/zsh +#!/usr/bin/env zsh # vim: filetype=zsh export WIFIDEV="wlp3s0" export ETHEDEV="enp0s25" export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" -export ZPLUGINS=( +export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -) +" alias \ xi="sudo xbps-install" \ xq="xbps-query -R --search" \ -- cgit v1.2.3