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.voidx250 | |
parent | ab6af98aacd24fcf83451cee21c1736cf3277457 (diff) | |
download | dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.tar.xz dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.zip |
proper zrgument splitting for the plugin thing
Diffstat (limited to 'zsh/zprofile.voidx250')
-rw-r--r-- | zsh/zprofile.voidx250 | 6 |
1 files changed, 3 insertions, 3 deletions
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" \ |