diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-15 20:44:54 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-10-15 20:44:54 -0500 |
commit | d476e5671f7666f60c39c56b26b134bd82cd00f1 (patch) | |
tree | 439c84044b8f804455b9f5569fe42fafe697f0d4 /zsh/zprofile.hyperlibrex60 | |
parent | ae3e6e3b74c1ee1e63fa8adfcc7457703d0b2b4f (diff) | |
download | dotconfig-d476e5671f7666f60c39c56b26b134bd82cd00f1.tar.xz dotconfig-d476e5671f7666f60c39c56b26b134bd82cd00f1.zip |
entries for x60
Diffstat (limited to 'zsh/zprofile.hyperlibrex60')
-rw-r--r-- | zsh/zprofile.hyperlibrex60 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zsh/zprofile.hyperlibrex60 b/zsh/zprofile.hyperlibrex60 new file mode 100644 index 0000000..ece1659 --- /dev/null +++ b/zsh/zprofile.hyperlibrex60 @@ -0,0 +1,15 @@ +#!/usr/bin/env zsh +# vim: filetype=zsh +export WIFIDEV="wlp2s0" +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" \ +# xr="sudo xbps-remove" \ + +source /home/timmy/.config/zsh/zprofile.base |