summaryrefslogtreecommitdiff
path: root/zsh/zprofile.voidx250
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zprofile.voidx250')
-rw-r--r--zsh/zprofile.voidx2504
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250
index 19ff378..49feb89 100644
--- a/zsh/zprofile.voidx250
+++ b/zsh/zprofile.voidx250
@@ -3,6 +3,10 @@
export WIFIDEV="wlp3s0"
export ETHEDEV="enp0s25"
export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH"
+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" \