diff options
Diffstat (limited to 'zsh/zprofile.librex60')
-rw-r--r-- | zsh/zprofile.librex60 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/zsh/zprofile.librex60 b/zsh/zprofile.librex60 new file mode 100644 index 0000000..f780c5d --- /dev/null +++ b/zsh/zprofile.librex60 @@ -0,0 +1,10 @@ +#!/usr/bin/env zsh +# vim: filetype=zsh +export WIFIDEV="wlp2s0" +export ETHEDEV="enp1s0" +#export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH" +export ZPLUGINS=" +/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +" + +source /home/timmy/.config/zsh/zprofile.base |