From 2721b1d4812b81b78b517cbd0c610315329f056c Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Fri, 3 Sep 2021 14:42:44 -0500 Subject: removed computer environ and added wifidev and ethedev environ --- zsh/zprofile.G3N2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/zprofile.G3N2') 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 -- cgit v1.2.3