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.G3N2 | |
parent | ab6af98aacd24fcf83451cee21c1736cf3277457 (diff) | |
download | dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.tar.xz dotconfig-1671b471d5754bb58166e6d1594c1f0d3d1e0244.zip |
proper zrgument splitting for the plugin thing
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r-- | zsh/zprofile.G3N2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2 index c62022d..ba569af 100644 --- a/zsh/zprofile.G3N2 +++ b/zsh/zprofile.G3N2 @@ -1,12 +1,12 @@ -#!/bin/zsh +#!/usr/bin/env zsh # vim: filetype=zsh export WIFIDEV="wlp2s0f0u3" export ETHEDEV="eno1" export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH" -export ZPLUGINS=( +export ZPLUGINS=" /usr/share/zsh/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh -) +" alias \ e="sudo emerge" \ eaum="sudo emerge --autounmask-continue" \ |