summaryrefslogtreecommitdiff
path: root/zsh/zprofile.G3N2
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.G3N2
parent11f3235c78526cff6a1f8a6d01e9e1ea87a3742e (diff)
downloaddotconfig-2721b1d4812b81b78b517cbd0c610315329f056c.tar.xz
dotconfig-2721b1d4812b81b78b517cbd0c610315329f056c.zip
removed computer environ and added wifidev and ethedev environ
Diffstat (limited to 'zsh/zprofile.G3N2')
-rw-r--r--zsh/zprofile.G3N22
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/zprofile.G3N2 b/zsh/zprofile.G3N2
index a257be8..5aca0b9 100644
--- a/zsh/zprofile.G3N2
+++ b/zsh/zprofile.G3N2
@@ -1,4 +1,6 @@
#!/bin/zsh
# vim: filetype=zsh
+export WIFIDEV="wlp2s0f0u3"
+export ETHEDEV="eno1"
export PATH="/home/timmy/scripts/pkgmgt/emerge:$PATH"
source /home/timmy/.config/zsh/zprofile.base