summaryrefslogtreecommitdiff
path: root/zsh/zprofile.openbsdx230
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-09-03 14:42:44 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-09-03 14:42:44 -0500
commit2721b1d4812b81b78b517cbd0c610315329f056c (patch)
treec9c90d22ef046e278f07e8cab8b2737facaf0561 /zsh/zprofile.openbsdx230
parent11f3235c78526cff6a1f8a6d01e9e1ea87a3742e (diff)
downloaddotconfig-2721b1d4812b81b78b517cbd0c610315329f056c.tar.xz
dotconfig-2721b1d4812b81b78b517cbd0c610315329f056c.zip
removed computer environ and added wifidev and ethedev environ
Diffstat (limited to 'zsh/zprofile.openbsdx230')
-rw-r--r--zsh/zprofile.openbsdx2302
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zprofile.openbsdx230 b/zsh/zprofile.openbsdx230
index 62b0ef4..c3a6a95 100644
--- a/zsh/zprofile.openbsdx230
+++ b/zsh/zprofile.openbsdx230
@@ -1,4 +1,6 @@
#!/bin/zsh
# vim: filetype=zsh
#export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH"
+export WIFIDEV="iwn0"
+export ETHEDEV="em0"
source /home/timmy/.config/zsh/zprofile.base