summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-04 18:38:25 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-04 18:38:25 -0500
commit09872874611c94e606ec402316165530c41c7209 (patch)
treecd6e68146fda1af0f89ea396ffd4581bdca93438 /zsh/zprofile.G3N2
parent968230670ee95d64f6140644aba99e380010a999 (diff)
downloaddotconfig-09872874611c94e606ec402316165530c41c7209.tar.xz
dotconfig-09872874611c94e606ec402316165530c41c7209.zip
changed system for loading zsh plugins
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r--zsh/zprofile.G3N24
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2
index eedd9d0..c62022d 100644
--- a/zsh/zprofile.G3N2
+++ b/zsh/zprofile.G3N2
@@ -3,6 +3,10 @@
export WIFIDEV="wlp2s0f0u3"
export ETHEDEV="eno1"
export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH"
+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" \