diff options
Diffstat (limited to 'zsh/zprofile.voidx250')
-rw-r--r-- | zsh/zprofile.voidx250 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |