summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zprofile.G3N22
-rw-r--r--zsh/zprofile.openbsdx2302
-rw-r--r--zsh/zprofile.voidx2502
3 files changed, 6 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
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
diff --git a/zsh/zprofile.voidx250 b/zsh/zprofile.voidx250
index e24f855..96e6ec4 100644
--- a/zsh/zprofile.voidx250
+++ b/zsh/zprofile.voidx250
@@ -1,4 +1,6 @@
#!/bin/zsh
# vim: filetype=zsh
+export WIFIDEV="wlp3s0"
+export ETHEDEV="enp0s25"
export PATH="/home/timmy/scripts/pkgmgt/xbps:$PATH"
source /home/timmy/.config/zsh/zprofile.base